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:52:33 UTC

[solr] branch main 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 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 dfa817e3694 Upgrade forbiddenapis to 3.4 (#1052)
dfa817e3694 is described below

commit dfa817e36941ea9b7ca978291120ed8b252a7c83
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 cc0d3f2d271..1e6a6fab875 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 46e0429d905..4e82af19bcb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -50,6 +50,10 @@ Bug Fixes
 ---------------------
 (No changes)
 
+Build
+---------------------
+* Upgrade forbiddenapis to 3.4 (Uwe Schindler)
+
 Other Changes
 ---------------------
 (No changes)