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 5d18e62 commit ef430f9Copy full SHA for ef430f9
build.gradle.kts
@@ -21,7 +21,7 @@ dependencies {
21
implementation("org.slf4j:slf4j-api") {
22
version {
23
strictly("[1.7,3)")
24
- prefer("2.0.5")
+ prefer("2.0.6")
25
}
26
27
listOf(
@@ -66,7 +66,7 @@ dependencies {
66
67
implementation("io.github.microutils:kotlin-logging:3.0.4")
68
implementation("org.slf4j:slf4j-api:2.0.6")
69
- testRuntimeOnly("ch.qos.logback:logback-classic:1.3.3")
+ testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5")
70
71
implementation("org.yaml:snakeyaml:1.33")
72
implementation("com.squareup.moshi:moshi:1.14.0")
0 commit comments