LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2

This commit is contained in:
Uwe Schindler 2021-09-15 01:15:42 +02:00
parent 3802bdc686
commit 3c6d4a00cd
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -403,6 +403,11 @@ Bug Fixes
---------------------
(No changes)
Build
---------------------
* LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2. (Uwe Schindler)
Other
---------------------