Upgrade forbiddenapis to version 3.1

This commit is contained in:
Uwe Schindler 2020-09-23 14:56:46 +02:00
parent 17c285d617
commit e19239d96b
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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