From 2308a12c778db57a324e940f4c806bde620c3330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:10:43 +0200 Subject: [PATCH] Bump test-distribution-gradle-plugin from 2.3.1 to 2.3.5 (#357) Bumps test-distribution-gradle-plugin from 2.3.1 to 2.3.5. --- updated-dependencies: - dependency-name: com.gradle.enterprise:test-distribution-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b43011be..38d67a9a 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { } implementation 'com.gradle:gradle-enterprise-gradle-plugin:3.10.3' - implementation 'com.gradle.enterprise:test-distribution-gradle-plugin:2.3.1' + implementation 'com.gradle.enterprise:test-distribution-gradle-plugin:2.3.5' implementation 'org.nosphere.gradle.github:gradle-github-actions-plugin:1.3.2' implementation 'com.gradle:common-custom-user-data-gradle-plugin:1.7.2' implementation 'org.gradle:test-retry-gradle-plugin:1.4.0'