diff --git a/LICENSE-binary.txt b/LICENSE-binary.txt index f8c8fb48e..a168bf9fd 100755 --- a/LICENSE-binary.txt +++ b/LICENSE-binary.txt @@ -206,8 +206,8 @@ License Version 2.0: commons-codec:commons-codec:1.15 com.google.guava:guava:31.1-jre -org.apache.ant:ant:1.10.13 -org.apache.ant:ant-launcher:1.10.13 +org.apache.ant:ant:1.10.14 +org.apache.ant:ant-launcher:1.10.14 org.apache.httpcomponents.client5:httpclient5:5.1.3 org.apache.httpcomponents.client5:httpcore5:5.1.3 org.apache.httpcomponents.client5:httpcore5-h2:5.1.3 diff --git a/build.gradle b/build.gradle index c6ed40b95..7476595ea 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ configurations { } ext { - antVersion = '1.10.13' + antVersion = '1.10.14' javaparserVersion = '3.25.0' log4jVersion = '2.20.0' saxonVersion = '11.5' @@ -131,10 +131,11 @@ dependencies { // only necessary to compile against JDK8 internals - for Java9+ there's a multimodule implementation implementation 'com.sun.org.apache.xml.internal:resolver:20050927' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.1' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.1' - testImplementation 'org.junit.platform:junit-platform-launcher:1.9.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testImplementation 'org.junit.platform:junit-platform-launcher:1.10.0' + testImplementation "commons-io:commons-io:2.14.0" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" // testImplementation "org.apache.ant:ant-junit:${antVersion}" // testImplementation "org.apache.ant:ant-junit4:${antVersion}" diff --git a/build.xml b/build.xml index 14ec3f033..c7cb50622 100644 --- a/build.xml +++ b/build.xml @@ -122,7 +122,7 @@ - + @@ -142,8 +142,8 @@ - - + +