From e19239d96b7cea47447d30e6f13db98e057a2453 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Wed, 23 Sep 2020 14:56:46 +0200 Subject: [PATCH] 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 c677384e1d8..00e04d3550c 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 8594ea0cdc6..6a0b741e808 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