LUCENE-8230: Upgrade forbiddenapis to version 2.5

This commit is contained in:
Uwe Schindler 2018-03-28 20:06:54 +02:00
parent 7260d9ce71
commit 060d82af31
2 changed files with 4 additions and 2 deletions

View File

@ -130,6 +130,8 @@ Build
* LUCENE-7935: Publish .sha512 hash files with the release artifacts and stop
publishing .md5 hashes since the algorithm is broken (janhoy)
* LUCENE-8230: Upgrade forbiddenapis to version 2.5. (Uwe Schindler)
======================= Lucene 7.3.0 =======================
API Changes

View File

@ -2419,7 +2419,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list}
<!-- GROOVY scripting engine for ANT tasks -->
<target name="resolve-groovy" unless="groovy.loaded" depends="ivy-availability-check,ivy-configure">
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.13"
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.15"
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
<taskdef name="groovy"
classname="org.codehaus.groovy.ant.Groovy"
@ -2433,7 +2433,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="2.4.1"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.5"
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"/>