Skip to content

Commit

Permalink
log4j 2.20.0 and ant 1.10.13
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1907786 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Feb 21, 2023
1 parent 6e323d0 commit 95d550b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -66,9 +66,9 @@ configurations {
}

ext {
antVersion = '1.10.12'
antVersion = '1.10.13'
javaparserVersion = '3.24.9'
log4jVersion = '2.19.0'
log4jVersion = '2.20.0'
saxonVersion = '11.4'
androidSdkMinimum = '26'
}
Expand Down
16 changes: 8 additions & 8 deletions build.xml
Expand Up @@ -120,9 +120,9 @@

<!-- dependencies -->
<dependency prefix="xml-apis" artifact="xml-apis:xml-apis:1.4.01" usage="java8"/>
<dependency prefix="log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.19.0" usage="main"/>
<dependency prefix="log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.20.0" usage="main"/>
<dependency prefix="saxon" artifact="net.sf.saxon:Saxon-HE:11.4" usage="main"/>
<dependency prefix="ant" artifact="org.apache.ant:ant:1.10.12" usage="main"/>
<dependency prefix="ant" artifact="org.apache.ant:ant:1.10.13" usage="main"/>
<dependency prefix="javaparser.core" artifact="com.github.javaparser:javaparser-core:3.24.9" usage="main"/>

<!-- previous xmlbeans version is used to bootstrap necessary schema bindings -->
Expand All @@ -139,10 +139,10 @@

<!-- test dependencies -->
<dependency prefix="junit" artifact="junit:junit:4.13.2" usage="tests"/>
<dependency prefix="log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.19.0" usage="tests"/>
<dependency prefix="log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.20.0" usage="tests"/>
<dependency prefix="xmlresolver" artifact="org.xmlresolver:xmlresolver:4.1.2" usage="main"/>
<dependency prefix="ant-junit" artifact="org.apache.ant:ant-junit:1.10.12" usage="tests"/>
<dependency prefix="ant-junit4" artifact="org.apache.ant:ant-junit4:1.10.12" usage="tests"/>
<dependency prefix="ant-junit" artifact="org.apache.ant:ant-junit:1.10.13" usage="tests"/>
<dependency prefix="ant-junit4" artifact="org.apache.ant:ant-junit4:1.10.13" usage="tests"/>
<dependency prefix="hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="tests"/>
<dependency prefix="xerces" artifact="xerces:xercesImpl:2.12.2" usage="tests"/>

Expand Down Expand Up @@ -921,9 +921,9 @@
<dependency prefix="spotbugs.commons-text" artifact="org.apache.commons:commons-text:1.9" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.jcip-annotations" artifact="net.jcip:jcip-annotations:1.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.icu4j" artifact="com.ibm.icu:icu4j:68.2" usage="${spotbugs.lib}" target="icu4j-63.1.jar"/>
<dependency prefix="spotbugs.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.19.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.19.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.log4j-slf4j18-impl" artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.19.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.log4j-api" artifact="org.apache.logging.log4j:log4j-api:2.20.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.20.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.log4j-slf4j18-impl" artifact="org.apache.logging.log4j:log4j-slf4j18-impl:2.20.0" usage="${spotbugs.lib}"/>
<dependency prefix="spotbugs.saxon" artifact="net.sf.saxon:Saxon-HE:9.9.1-8" usage="${spotbugs.lib}"/>

<mkdir dir="${basedir}${spotbugs.lib}/config"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/maven/plugin.xml
Expand Up @@ -399,12 +399,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down

0 comments on commit 95d550b

Please sign in to comment.