mirror of https://github.com/apache/lucene.git
LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2
This commit is contained in:
parent
3802bdc686
commit
3c6d4a00cd
|
@ -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.1.1" apply false
|
||||
id "net.ltgt.errorprone" version "1.2.1" apply false
|
||||
id 'com.diffplug.spotless' version "5.14.3" apply false
|
||||
|
|
|
@ -403,6 +403,11 @@ Bug Fixes
|
|||
---------------------
|
||||
(No changes)
|
||||
|
||||
Build
|
||||
---------------------
|
||||
|
||||
* LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2. (Uwe Schindler)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue