aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4447d8a69e..dbca0f60c2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.9.3")
+ antLibs("org.junit.jupiter:junit-jupiter:5.10.0")
antLibs("org.apache.ant:ant-junitlauncher:1.10.12")
}
@@ -122,7 +122,7 @@ subprojects {
commonsCompressVersion = '1.23.0'
commonsIoVersion = '2.13.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.9.3'
+ junitVersion = '5.10.0'
log4jVersion = '2.20.0'
mockitoVersion = '4.11.0'
hamcrestVersion = '2.2'