Update forbiddenapis to v2.7 and Groovy to v2.4.17

This commit is contained in:
Uwe Schindler 2019-10-12 21:20:13 +02:00
parent 88f457ee2a
commit 3f76432c68
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -93,6 +93,10 @@ Other
---------------------
(No changes)
Build
* Upgrade forbiddenapis to version 2.7; upgrade Groovy to 2.4.17. (Uwe Schindler)
======================= Lucene 8.3.0 =======================
API Changes

View File

@ -2327,7 +2327,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.16"
<ivy:cachepath organisation="org.codehaus.groovy" module="groovy-all" revision="2.4.17"
inline="true" conf="default" type="jar" transitive="true" pathid="groovy.classpath"/>
<taskdef name="groovy"
classname="org.codehaus.groovy.ant.Groovy"
@ -2341,7 +2341,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.6"
<ivy:cachepath organisation="de.thetaphi" module="forbiddenapis" revision="2.7"
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"/>