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 0c0a9aaefe Bump com.gradle.enterprise from 3.12.3 to 3.12.4
0c0a9aaefe is described below
commit 0c0a9aaefecbdf9b0a128b4c7cfb93952862916b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 3 02:07:08 2023 +0000
Bump com.gradle.enterprise from 3.12.3 to 3.12.4
Bumps com.gradle.enterprise from 3.12.3 to 3.12.4.
---
updated-dependencies:
- dependency-name: com.gradle.enterprise
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 293db1d6da..b76d157012 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -30,7 +30,7 @@ pluginManagement {
// check https://gradle.com/enterprise/releases with new versions. GE plugin
version should not lag behind Gradle version
plugins {
- id "com.gradle.enterprise" version "3.12.3"
+ id "com.gradle.enterprise" version "3.12.4"
}
gradleEnterprise {