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 39f6f1a150a Update forbiddenapis to 3.6 (#1971)
39f6f1a150a is described below
commit 39f6f1a150aa36591dd79369882405d5007c0aaf
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 b612fe2bf58..f10d8a1c23e 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 17feb62fba3..203b6ccace9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -235,6 +235,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
---------------------