You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/09/23 12:57:09 UTC

[lucene-solr] branch master updated: Upgrade forbiddenapis to version 3.1

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

uschindler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new e19239d  Upgrade forbiddenapis to version 3.1
e19239d is described below

commit e19239d96b7cea47447d30e6f13db98e057a2453
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Wed Sep 23 14:56:46 2020 +0200

    Upgrade forbiddenapis to version 3.1
---
 build.gradle       | 2 +-
 lucene/CHANGES.txt | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index c677384..00e04d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ plugins {
   id "base"
   id "com.palantir.consistent-versions" version "1.14.0"
   id "org.owasp.dependencycheck" version "5.3.0"
-  id 'de.thetaphi.forbiddenapis' version '3.0.1' apply false
+  id 'de.thetaphi.forbiddenapis' version '3.1' apply false
   id "de.undercouch.download" version "4.0.2" apply false
   id "net.ltgt.errorprone" version "1.2.1" apply false
   id "com.palantir.docker" version "0.25.0" apply false
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 8594ea0..6a0b741 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -292,6 +292,10 @@ Other
 * LUCENE-9512: Move LockFactory stress test to be a unit/integration
   test. (Uwe Schindler, Dawid Weiss, Robert Muir)
 
+Build
+
+* Upgrade forbiddenapis to version 3.1.  (Uwe Schindler)
+
 ======================= Lucene 8.6.2 =======================
 
 Bug Fixes