We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506e705 commit 73b4097Copy full SHA for 73b4097
build.gradle
@@ -11,7 +11,7 @@ subprojects {
11
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
12
13
ext {
14
- junitVersion = '5.8.2' // https://search.maven.org/artifact/org.junit.jupiter/junit-jupiter-api
+ junitVersion = '5.9.3' // https://search.maven.org/artifact/org.junit.jupiter/junit-jupiter-api
15
logbackVersion = '1.3.7' // https://search.maven.org/artifact/ch.qos.logback/logback-core
16
log4j2Version = '2.20.0' // https://search.maven.org/artifact/org.apache.logging.log4j/log4j-core
17
slf4jVersion = '2.0.7' // https://search.maven.org/artifact/org.slf4j/slf4j-api
0 commit comments