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

uschindler pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new b46fd6634c4 Update forbiddenapis to 3.9 for Java 24 and Java 25 
compatibility
b46fd6634c4 is described below

commit b46fd6634c4a3aeef5d94ba0e7ae809045537529
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
---
 build.gradle     | 2 +-
 solr/CHANGES.txt | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index a6c23f7d0e0..190dc5e1106 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ plugins {
   id 'com.palantir.consistent-versions' version '2.16.0'
   id 'org.owasp.dependencycheck' version '9.0.8'
   id 'ca.cutterslade.analyze' version '1.10.0'
-  id 'de.thetaphi.forbiddenapis' version '3.7' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.9' apply false
   id 'de.undercouch.download' version '5.5.0' apply false
   id 'net.ltgt.errorprone' version '3.1.0' apply false
   id 'com.diffplug.spotless' version '6.5.2' apply false
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8c07505f98f..b10b9037172 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -73,6 +73,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