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 3cf62f0 commit a57aa15Copy full SHA for a57aa15
build.gradle
@@ -248,8 +248,8 @@ dependencies {
248
configurations.ktlint {
249
resolutionStrategy{
250
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25"
251
- force "ch.qos.logback:logback-classic:1.5.16"
252
- force "ch.qos.logback:logback-core:1.5.16"
+ force "ch.qos.logback:logback-classic:1.5.20"
+ force "ch.qos.logback:logback-core:1.5.20"
253
}
254
255
0 commit comments