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 83c80376fa
commit 99ed605493
3 changed files with 7 additions and 3 deletions

View File

@ -161,7 +161,7 @@
<plugin> <plugin>
<groupId>de.thetaphi</groupId> <groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId> <artifactId>forbiddenapis</artifactId>
<version>2.6</version> <version>2.7</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

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

View File

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