diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 6856adf9c8..a1eb2d95f8 100644 --- a/build.gradle +++ b/build.gradle @@ -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") } @@ -89,7 +89,7 @@ allprojects { // apply plugin: 'eclipse' apply plugin: 'idea' - version = '5.4.2-SNAPSHOT' + version = '5.5.0-SNAPSHOT' } /** @@ -108,11 +108,11 @@ subprojects { ext { bouncyCastleVersion = '1.81' - commonsCodecVersion = '1.18.0' - commonsCompressVersion = '1.27.1' + commonsCodecVersion = '1.19.0' + commonsCompressVersion = '1.28.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' |