diff --git a/build.gradle b/build.gradle
index 40d6b9edc3..d3f3d5a490 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.13.1")
+ antLibs("org.junit.jupiter:junit-jupiter:5.13.2")
antLibs("org.apache.ant:ant-junitlauncher:1.10.15")
}
@@ -112,7 +112,7 @@ subprojects {
commonsCompressVersion = '1.27.1'
commonsIoVersion = '2.19.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.13.1'
+ junitVersion = '5.13.2'
log4jVersion = '2.24.3'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'
@@ -423,7 +423,7 @@ subprojects {
jvmArgs += [
// see https://github.com/java9-modularity/gradle-modules-plugin/issues/97
// opposed to the recommendation there, it doesn't work to add ... to the dependencies
- // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
+ // testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
// gradles gradle-worker.jar is still not a JPMS module and thus runs as unnamed module
'--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=org.apache.poi.poi',
'--add-exports','org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED',
diff --git a/build.xml b/build.xml
index c4efa8b8b3..759a424abc 100644
--- a/build.xml
+++ b/build.xml
@@ -270,14 +270,14 @@ under the License.
-
-
-
+
+
+
-
-
-
+
+
+