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 ae56466  LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2
ae56466 is described below

commit ae564666da9dd268d16bb059e4a4501cd0de7abd
Author: Uwe Schindler <[email protected]>
AuthorDate: Wed Sep 15 01:15:42 2021 +0200

    LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2
---
 build.gradle     | 2 +-
 solr/CHANGES.txt | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 61224b5..dafeae7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ plugins {
   id "base"
   id "com.palantir.consistent-versions" version "2.0.0"
   id "org.owasp.dependencycheck" version "5.3.0"
-  id 'de.thetaphi.forbiddenapis' version '3.1' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.2' apply false
   id "de.undercouch.download" version "4.0.2" apply false
   id "net.ltgt.errorprone" version "2.0.2" apply false
   id 'com.diffplug.spotless' version "5.14.3" apply false
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9b87a1b..4d53d9c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -143,6 +143,11 @@ when told to. The admin UI now tells it to. (Nazerke 
Seidan, David Smiley)
   This was already working for XML & "javabin"/SolrJ.  Previously, omitting 
the ID would be confused
   for a partial/atomic update.  (David Smiley)
 
+Build
+---------------------
+
+* LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2.  (Uwe 
Schindler)
+
 Other Changes
 ----------------------
 * SOLR-15603: Add an option to activate Gradle build cache, build task 
cleanups (Alexis Tual, Dawid Weiss)

Reply via email to