This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new c1825e1c363 SOLR-18342: Upgrade Gradle build to 9.7.0 (#4727)
c1825e1c363 is described below
commit c1825e1c363d0365c4b2e04cd2009360c6bccecd
Author: Serhiy Bzhezytskyy <[email protected]>
AuthorDate: Mon Aug 17 22:09:28 2026 +0300
SOLR-18342: Upgrade Gradle build to 9.7.0 (#4727)
---
changelog/unreleased/SOLR-18289-gradle-9.yml | 4 +++-
gradle/libs.versions.toml | 2 +-
gradle/wrapper/gradle-wrapper.properties | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/changelog/unreleased/SOLR-18289-gradle-9.yml
b/changelog/unreleased/SOLR-18289-gradle-9.yml
index 7478b428aba..599eb1c1d46 100644
--- a/changelog/unreleased/SOLR-18289-gradle-9.yml
+++ b/changelog/unreleased/SOLR-18289-gradle-9.yml
@@ -1,8 +1,10 @@
# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
-title: The build now uses Gradle 9.6.0 (upgraded from 8.10).
+title: The build now uses Gradle 9.7.0 (upgraded from 8.10).
type: other
authors:
- name: Serhiy Bzhezytskyy
links:
- name: SOLR-18289
url: https://issues.apache.org/jira/browse/SOLR-18289
+ - name: SOLR-18342
+ url: https://issues.apache.org/jira/browse/SOLR-18342
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 7f82ce16a6c..582ad468a04 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -110,7 +110,7 @@ google-javaformat = "1.35.0"
# @keep for version alignment
google-protobuf = "4.35.1"
# @keep Gradle version to run the build
-gradle = "9.6.0"
+gradle = "9.7.0"
grpc = "1.82.0"
# @keep Gulp version used in ref-guide
gulp-cli = "3.1.0"
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index 7e7d24f6f29..1e922f4074a 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-9.6.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME