From 7b093f9b6f9409207edcfec83c2f652623657798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 01:31:57 +0000 Subject: [PATCH] Bump com.gradle.develocity from 3.18 to 3.18.1 Bumps com.gradle.develocity from 3.18 to 3.18.1. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 86c1b78f0ad..882320bd756 100644 --- a/settings.gradle +++ b/settings.gradle @@ -31,7 +31,7 @@ pluginManagement { // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version plugins { // Before updating this, please check the compatibility from https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility and https://ge.apache.org/scans. - id "com.gradle.develocity" version "3.18" + id "com.gradle.develocity" version "3.18.1" id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2' }