Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr)

This commit is contained in:
Uwe Schindler 2020-06-04 01:01:42 +02:00
parent 0c4836b25a
commit 08a13ce589
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ import java.time.format.DateTimeFormatter
plugins { plugins {
id "base" id "base"
id "com.palantir.consistent-versions" version "1.14.0" id "com.palantir.consistent-versions" version "1.14.0"
id 'de.thetaphi.forbiddenapis' version '3.0' apply false id 'de.thetaphi.forbiddenapis' version '3.0.1' apply false
id "org.owasp.dependencycheck" version "5.3.0" id "org.owasp.dependencycheck" version "5.3.0"
id "de.undercouch.download" version "4.0.2" apply false id "de.undercouch.download" version "4.0.2" apply false
} }

View File

@ -159,7 +159,7 @@
<plugin> <plugin>
<groupId>de.thetaphi</groupId> <groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId> <artifactId>forbiddenapis</artifactId>
<version>2.7</version> <version>3.0.1</version>
<configuration> <configuration>
<!-- <!--
This is the default setting, we don't support too new Java versions. This is the default setting, we don't support too new Java versions.

View File

@ -289,7 +289,7 @@ Other
Build Build
* Upgrade forbiddenapis to version 3.0. (Uwe Schindler) * Upgrade forbiddenapis to version 3.0.1. (Uwe Schindler)
* LUCENE-9376: Fix or suppress 20 resource leak precommit warnings in lucene/search * LUCENE-9376: Fix or suppress 20 resource leak precommit warnings in lucene/search
(Andras Salamon via Erick Erickson) (Andras Salamon via Erick Erickson)

View File

@ -2342,7 +2342,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<property name="forbidden-sysout-excludes" value=""/> <property name="forbidden-sysout-excludes" value=""/>
<target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure"> <target name="-install-forbidden-apis" unless="forbidden-apis.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="3.0" <ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="3.0.1"
inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/> inline="true" conf="default" transitive="true" pathid="forbidden-apis.classpath"/>
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.ant.AntTask" classpathref="forbidden-apis.classpath"/> <taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.ant.AntTask" classpathref="forbidden-apis.classpath"/>
<property name="forbidden-apis.loaded" value="true"/> <property name="forbidden-apis.loaded" value="true"/>