You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by us...@apache.org on 2022/10/02 13:54:02 UTC

[solr] branch branch_9x updated: Upgrade forbiddenapis to 3.4 (#1052)

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 d057f54c398 Upgrade forbiddenapis to 3.4 (#1052)
d057f54c398 is described below

commit d057f54c39857e8412dd63c70f61003231a821c9
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Oct 2 15:52:29 2022 +0200

    Upgrade forbiddenapis to 3.4 (#1052)
---
 build.gradle     | 2 +-
 solr/CHANGES.txt | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index eb7ec5f9faf..09a463087c4 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 "7.2.0"
   id 'ca.cutterslade.analyze' version "1.9.0"
-  id 'de.thetaphi.forbiddenapis' version '3.3' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.4' apply false
   id "de.undercouch.download" version "5.2.0" apply false
   id "net.ltgt.errorprone" version "2.0.2" apply false
   id 'com.diffplug.spotless' version "6.5.2" apply false
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index bd96fb92903..132dfb251ef 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -25,6 +25,10 @@ Bug Fixes
 ---------------------
 (No changes)
 
+Build
+---------------------
+* Upgrade forbiddenapis to 3.4 (Uwe Schindler)
+
 Other Changes
 ---------------------
 (No changes)