Author: centic
Date: Sat Feb 3 13:20:41 2024
New Revision: 1915563
URL: http://svn.apache.org/viewvc?rev=1915563&view=rev
Log:
Update forbidden-apis, XmlBeans, JaCoCo
Modified:
xmlbeans/trunk/build.gradle
xmlbeans/trunk/build.xml
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1915563&r1=1915562&r2=1915563&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Sat Feb 3 13:20:41 2024
@@ -23,7 +23,7 @@ buildscript {
dependencies {
classpath
'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929'
- classpath 'de.thetaphi:forbiddenapis:3.4'
+ classpath 'de.thetaphi:forbiddenapis:3.6'
}
}
@@ -155,7 +155,7 @@ dependencies {
// previous xmlbeans version is used to bootstrap necessary schema bindings
- bootstrap 'org.apache.xmlbeans:xmlbeans:5.0.3'
+ bootstrap 'org.apache.xmlbeans:xmlbeans:5.2.0'
bootstrap "org.apache.logging.log4j:log4j-core:${log4jVersion}"
genresources "org.apache.logging.log4j:log4j-core:${log4jVersion}"
@@ -707,7 +707,7 @@ if (project.hasProperty('enableSonar'))
jacoco {
- toolVersion = '0.8.8'
+ toolVersion = '0.8.11'
}
test {
Modified: xmlbeans/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1915563&r1=1915562&r2=1915563&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Sat Feb 3 13:20:41 2024
@@ -136,7 +136,7 @@
<dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.15"
usage="util"/>
<!-- api checks -->
- <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.4"
usage="util"/>
+ <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.6"
usage="util"/>
<!-- test dependencies -->
<dependency prefix="junit" artifact="junit:junit:4.13.2" usage="tests"/>
@@ -207,7 +207,7 @@
<delete dir="compile-lib"/>
<delete dir="lib/main"
includes="javaparser-core-3.1*.jar,javaparser-core-3.23.0.jar,slf4j*.jar,Saxon-HE-10.2.jar"/>
<delete dir="lib/tests" includes="slf4j*.jar"/>
- <delete dir="lib/util"
includes="forbiddenapis-2.6.jar,apache-rat-0.12.jar"/>
+ <delete dir="lib/util"
includes="forbiddenapis-2.6.jar,forbiddenapis-3.4.jar,apache-rat-0.12.jar"/>
<condition property="jars.present">
<or>
<and>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]