aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 776a5cdd1c..f72d385728 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,7 +38,7 @@ plugins {
id 'de.thetaphi.forbiddenapis' version '3.9'
id 'org.sonarqube' version '4.0.0.2929'
id 'org.cyclonedx.bom' version '2.3.1'
- id 'com.adarshr.test-logger' version '3.2.0'
+ id 'com.adarshr.test-logger' version '4.0.0'
}
repositories {
@@ -67,7 +67,7 @@ configurations {
}
dependencies {
- antLibs("org.junit.jupiter:junit-jupiter:5.13.3")
+ antLibs("org.junit.jupiter:junit-jupiter:5.13.4")
antLibs("org.apache.ant:ant-junitlauncher:1.10.15")
}
@@ -110,9 +110,9 @@ subprojects {
bouncyCastleVersion = '1.81'
commonsCodecVersion = '1.18.0'
commonsCompressVersion = '1.27.1'
- commonsIoVersion = '2.19.0'
+ commonsIoVersion = '2.20.0'
commonsMathVersion = '3.6.1'
- junitVersion = '5.13.3'
+ junitVersion = '5.13.4'
log4jVersion = '2.24.3'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'