mirror of https://github.com/apache/lucene.git
Upgrade forbiddenapis to hotfix release 3.0.1 (allows upgrade to commons-io 2.7 in Solr)
This commit is contained in:
parent
0c4836b25a
commit
08a13ce589
|
@ -21,7 +21,7 @@ import java.time.format.DateTimeFormatter
|
|||
plugins {
|
||||
id "base"
|
||||
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 "de.undercouch.download" version "4.0.2" apply false
|
||||
}
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
<plugin>
|
||||
<groupId>de.thetaphi</groupId>
|
||||
<artifactId>forbiddenapis</artifactId>
|
||||
<version>2.7</version>
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<!--
|
||||
This is the default setting, we don't support too new Java versions.
|
||||
|
|
|
@ -289,7 +289,7 @@ Other
|
|||
|
||||
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
|
||||
(Andras Salamon via Erick Erickson)
|
||||
|
|
|
@ -2342,7 +2342,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
|
|||
<property name="forbidden-sysout-excludes" value=""/>
|
||||
|
||||
<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"/>
|
||||
<taskdef name="forbidden-apis" classname="de.thetaphi.forbiddenapis.ant.AntTask" classpathref="forbidden-apis.classpath"/>
|
||||
<property name="forbidden-apis.loaded" value="true"/>
|
||||
|
|
Loading…
Reference in New Issue