From a5984a99a9a1d3603a141c5adbd4adf761bc4fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:42:16 +0000 Subject: [PATCH] Bump com.gradle.develocity in /sources/test/init-scripts Bumps com.gradle.develocity from 3.17 to 3.17.1. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sources/test/init-scripts/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/test/init-scripts/settings.gradle b/sources/test/init-scripts/settings.gradle index 4265267..586195c 100644 --- a/sources/test/init-scripts/settings.gradle +++ b/sources/test/init-scripts/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.develocity" version "3.17" + id "com.gradle.develocity" version "3.17.1" id "com.gradle.common-custom-user-data-gradle-plugin" version "2.0" }