This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/grails-redis.git
The following commit(s) were added to refs/heads/5.0.x by this push:
new 49fa7fd Upgrade Gradle to version 8.14.3
49fa7fd is described below
commit 49fa7fd6a9c017ae884e40be7e9688a3638157db
Author: James Fredley <[email protected]>
AuthorDate: Thu Oct 2 14:36:53 2025 -0400
Upgrade Gradle to version 8.14.3
Updated .sdkmanrc and gradle-wrapper.properties to use Gradle 8.14.3 for
improved stability and compatibility.
---
.sdkmanrc | 2 +-
gradle/wrapper/gradle-wrapper.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.sdkmanrc b/.sdkmanrc
index 4d12ff3..2c900ed 100644
--- a/.sdkmanrc
+++ b/.sdkmanrc
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config -
https://sdkman.io/usage#env
java=17.0.15-librca
-gradle=8.14.2
+gradle=8.14.3
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index ff23a68..d4081da 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME