This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 6047948849 Bump com.gradle.develocity from 4.4.3 to 4.5.0
6047948849 is described below
commit 60479488494fbbe20a552dc6b88755896e628cf2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 12 03:06:05 2026 +0000
Bump com.gradle.develocity from 4.4.3 to 4.5.0
Bumps com.gradle.develocity from 4.4.3 to 4.5.0.
---
updated-dependencies:
- dependency-name: com.gradle.develocity
dependency-version: 4.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 030a600488..261f630f25 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -28,7 +28,7 @@ pluginManagement {
plugins {
// Before updating this, please check the compatibility from
https://docs.gradle.com/develocity/current/miscellaneous/compatibility/ and
https://develocity.apache.org/scans.
- id "com.gradle.develocity" version "4.4.3"
+ id "com.gradle.develocity" version "4.5.0"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.7.0'
}