This is an automated email from the ASF dual-hosted git repository.
sunlan 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 ea4b1efad7 Bump com.gradle.develocity from 3.17.3 to 3.17.4
ea4b1efad7 is described below
commit ea4b1efad7dcb805b4f4fa6454fc95fa338147cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 20 01:21:50 2024 +0000
Bump com.gradle.develocity from 3.17.3 to 3.17.4
Bumps com.gradle.develocity from 3.17.3 to 3.17.4.
---
updated-dependencies:
- dependency-name: com.gradle.develocity
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 cebaf1edc9..dab76fc025 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.17.3"
+ id "com.gradle.develocity" version "3.17.4"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.1'
}