You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/03/26 17:44:43 UTC

(solr) branch main updated: SOLR-17214: Update forbiddenapis to 3.7

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

hossman 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 81e726e6ade SOLR-17214: Update forbiddenapis to 3.7
81e726e6ade is described below

commit 81e726e6aded36174ec20e16d23f41f623a65620
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Tue Mar 26 12:44:28 2024 -0500

    SOLR-17214: Update forbiddenapis to 3.7
---
 build.gradle     | 2 +-
 solr/CHANGES.txt | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index db98bc4907c..8569c86af5e 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.9.1'
-  id 'de.thetaphi.forbiddenapis' version '3.6' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.7' 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 fbc4eb1cf5e..aaad28d8461 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -157,6 +157,8 @@ Dependency Upgrades
 
 * SOLR-17157: Upgrade Lucene to 9.10.0 (hossman, Christine Poerschke)
 
+* SOLR-17214: Update forbiddenapis to 3.7 (hossman)
+
 Other Changes
 ---------------------
 * SOLR-17126: Cut over System.getProperty to EnvUtils.getProperty (janhoy)