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 9d8bca1 commit a10ead4Copy full SHA for a10ead4
build.gradle
@@ -12,8 +12,8 @@ subprojects {
12
13
ext {
14
junitVersion = '5.8.2' // https://search.maven.org/artifact/org.junit.jupiter/junit-jupiter-api
15
- logbackVersion = '1.2.8' // https://search.maven.org/artifact/ch.qos.logback/logback-core
16
- log4j2Version = '2.16.0' // https://search.maven.org/artifact/org.apache.logging.log4j/log4j-core
+ logbackVersion = '1.2.10' // https://search.maven.org/artifact/ch.qos.logback/logback-core
+ log4j2Version = '2.17.1' // https://search.maven.org/artifact/org.apache.logging.log4j/log4j-core
17
slf4jVersion = '1.7.32' // https://search.maven.org/artifact/org.slf4j/slf4j-api
18
}
19
0 commit comments