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