Skip to content

Commit ef430f9

Browse files
committed
Bump version constraints
1 parent 5d18e62 commit ef430f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("org.slf4j:slf4j-api") {
2222
version {
2323
strictly("[1.7,3)")
24-
prefer("2.0.5")
24+
prefer("2.0.6")
2525
}
2626
}
2727
listOf(
@@ -66,7 +66,7 @@ dependencies {
6666

6767
implementation("io.github.microutils:kotlin-logging:3.0.4")
6868
implementation("org.slf4j:slf4j-api:2.0.6")
69-
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.3")
69+
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.5")
7070

7171
implementation("org.yaml:snakeyaml:1.33")
7272
implementation("com.squareup.moshi:moshi:1.14.0")

0 commit comments

Comments
 (0)