mirror of https://github.com/apache/lucene.git
Upgrade forbiddenapis to version 3.1
This commit is contained in:
parent
17c285d617
commit
e19239d96b
|
@ -22,7 +22,7 @@ plugins {
|
||||||
id "base"
|
id "base"
|
||||||
id "com.palantir.consistent-versions" version "1.14.0"
|
id "com.palantir.consistent-versions" version "1.14.0"
|
||||||
id "org.owasp.dependencycheck" version "5.3.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 "de.undercouch.download" version "4.0.2" apply false
|
||||||
id "net.ltgt.errorprone" version "1.2.1" apply false
|
id "net.ltgt.errorprone" version "1.2.1" apply false
|
||||||
id "com.palantir.docker" version "0.25.0" apply false
|
id "com.palantir.docker" version "0.25.0" apply false
|
||||||
|
|
|
@ -292,6 +292,10 @@ Other
|
||||||
* LUCENE-9512: Move LockFactory stress test to be a unit/integration
|
* LUCENE-9512: Move LockFactory stress test to be a unit/integration
|
||||||
test. (Uwe Schindler, Dawid Weiss, Robert Muir)
|
test. (Uwe Schindler, Dawid Weiss, Robert Muir)
|
||||||
|
|
||||||
|
Build
|
||||||
|
|
||||||
|
* Upgrade forbiddenapis to version 3.1. (Uwe Schindler)
|
||||||
|
|
||||||
======================= Lucene 8.6.2 =======================
|
======================= Lucene 8.6.2 =======================
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
Loading…
Reference in New Issue