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 18:18:31 UTC

(solr) branch branch_9x 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 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 98611691ba4 SOLR-17214: Update forbiddenapis to 3.7
98611691ba4 is described below

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

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

diff --git a/build.gradle b/build.gradle
index e377d4144b0..24f54932519 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 5d82ce3c5c1..82437f814ee 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -75,6 +75,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)