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 29d4a24 commit 17c7330Copy full SHA for 17c7330
build.gradle
@@ -18,8 +18,8 @@ dependencies {
18
implementation "com.google.code.gson:gson:2.13.1"
19
implementation "com.google.googlejavaformat:google-java-format:1.28.0"
20
implementation "org.slf4j:slf4j-api:2.0.17"
21
- implementation "ch.qos.logback:logback-core:1.5.6"
22
- implementation "ch.qos.logback:logback-classic:1.5.6"
+ implementation "ch.qos.logback:logback-core:1.5.18"
+ implementation "ch.qos.logback:logback-classic:1.5.18"
23
24
testImplementation platform("org.junit:junit-bom:5.10.2")
25
testImplementation "org.junit.jupiter:junit-jupiter"
0 commit comments