Skip to content

Commit a10ead4

Browse files
committed
build: dependency upgrades
1 parent 9d8bca1 commit a10ead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ subprojects {
1212

1313
ext {
1414
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
15+
logbackVersion = '1.2.10' // https://search.maven.org/artifact/ch.qos.logback/logback-core
16+
log4j2Version = '2.17.1' // https://search.maven.org/artifact/org.apache.logging.log4j/log4j-core
1717
slf4jVersion = '1.7.32' // https://search.maven.org/artifact/org.slf4j/slf4j-api
1818
}
1919

0 commit comments

Comments
 (0)