diff --git a/build.gradle b/build.gradle index 4fd45217f8..9fb65f2630 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ configurations { } dependencies { - antLibs("org.junit.jupiter:junit-jupiter:5.9.1") + antLibs("org.junit.jupiter:junit-jupiter:5.9.2") antLibs("org.apache.ant:ant-junitlauncher:1.10.12") } @@ -120,7 +120,7 @@ subprojects { commonsCompressVersion = '1.22' commonsIoVersion = '2.11.0' commonsMathVersion = '3.6.1' - junitVersion = '5.9.0' + junitVersion = '5.9.2' log4jVersion = '2.19.0' mockitoVersion = '4.11.0' hamcrestVersion = '2.2' diff --git a/build.xml b/build.xml index 7a1a37fa34..0b59e2a519 100644 --- a/build.xml +++ b/build.xml @@ -270,9 +270,9 @@ under the License. - - - + + +