This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 0823b94e98021b41cbb37561bd95dbc0691d503b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 01:28:43 2025 +0000
Bump com.gradle.develocity from 3.18.2 to 3.19.2
---
updated-dependencies:
- dependency-name: com.gradle.develocity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
settings.gradle | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index f6086292c3..5149f2ee41 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -28,11 +28,11 @@ pluginManagement {
includeBuild("build-logic")
}
-// check https://gradle.com/enterprise/releases with new versions. GE plugin
version should not lag behind Gradle version
+// check https://gradle.com/develocity/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://develocity.apache.org/scans.
- id "com.gradle.develocity" version "3.18.2"
- id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
+ // Before updating this, please check the compatibility from
https://docs.gradle.com/develocity/compatibility/#develocity_compatibility and
https://develocity.apache.org/scans.
+ id "com.gradle.develocity" version "3.19.2"
+ id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.1'
}
apply from: 'gradle/build-scans.gradle'