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 62e2f427a00 Update forbiddenapis to 3.6 (#1971)
62e2f427a00 is described below

commit 62e2f427a001056971b8bddc0e3821df2e9fd775
Author: Uwe Schindler <[email protected]>
AuthorDate: Sun Oct 1 16:55:06 2023 +0200

    Update forbiddenapis to 3.6 (#1971)
---
 build.gradle     | 2 +-
 solr/CHANGES.txt | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 449ca96ec36..6be718db7e7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ plugins {
   id "com.palantir.consistent-versions" version "2.11.0"
   id "org.owasp.dependencycheck" version "8.0.1"
   id 'ca.cutterslade.analyze' version "1.9.0"
-  id 'de.thetaphi.forbiddenapis' version '3.5' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.6' apply false
   id "de.undercouch.download" version "5.2.0" apply false
   id "net.ltgt.errorprone" version "3.0.1" apply false
   id 'com.diffplug.spotless' version "6.5.2" apply false
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 07fe157f572..d903f12c4b4 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -174,6 +174,8 @@ Dependency Upgrades
 
 * SOLR-16985: Upgrade Lucene to 9.8.0 (Alex Deparvu, Christine Poerschke)
 
+* PR#1971: Update forbiddenapis to 3.6 to support Java 21/22 and commons-io up 
to 2.14.0 (Uwe Schindler)
+
 Other Changes
 ---------------------
 

Reply via email to