This is an automated email from the ASF dual-hosted git repository.

uschindler 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 5c48cf848fd Update forbiddenapis to 3.9 for Java 24 and Java 25 
compatibility
5c48cf848fd is described below

commit 5c48cf848fdbdd91ac60ada6b13a152318fa1a61
Author: Uwe Schindler <[email protected]>
AuthorDate: Thu Apr 3 23:52:08 2025 +0200

    Update forbiddenapis to 3.9 for Java 24 and Java 25 compatibility
---
 gradle/libs.versions.toml | 2 +-
 solr/CHANGES.txt          | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 90b73920005..6dfd83a0d32 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -189,7 +189,7 @@ squareup-okhttp3-okhttp = "4.12.0"
 stephenc-jcip = "1.0-1"
 swagger3 = "2.2.22"
 tdunning-tdigest = "3.3"
-thetaphi-forbiddenapis = "3.7"
+thetaphi-forbiddenapis = "3.9"
 thisptr-jacksonjq = "0.0.13"
 threeten-bp = "1.6.8"
 undercouch-download = "5.5.0"
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 49b1cabd6c8..da086489d83 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -245,6 +245,8 @@ Dependency Upgrades
 ---------------------
 * SOLR-17471: Upgrade Lucene to 9.12.1. (Pierre Salagnac, Christine Poerschke)
 
+* Upgrade forbiddenapis to 3.9. (Uwe Schindler)
+
 Other Changes
 ---------------------
 * SOLR-17579: Remove unused code and other refactorings in ReplicationHandler 
and tests.  Removed unused public 

Reply via email to