This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 823f9bc GROOVY-10506: Bump gradle to 6.9.2 (build dependency)
823f9bc is described below
commit 823f9bc8ca4e930e8412e42702b6d2e81c0dfc77
Author: Paul King <[email protected]>
AuthorDate: Thu Feb 24 07:19:58 2022 +1000
GROOVY-10506: Bump gradle to 6.9.2 (build dependency)
---
gradle.properties | 2 +-
gradle/wrapper/gradle-wrapper.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index c952af8..b64dc2e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,7 +18,7 @@ groovyVersion = 3.0.10-SNAPSHOT
groovyBundleVersion = 3.0.10.SNAPSHOT
binaryCompatibilityBaseline = 3.0.5
-gradle_version=6.9.1
+gradle_version=6.9.2
groovyJUnit_ms=512m
groovyJUnit_mx=2g
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index 3ab0b72..ec991f9 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists