Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 99619a8

Browse files
committed
Bump preferred dependencies
1 parent a41518c commit 99619a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

engine/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("org.slf4j:slf4j-api") {
2020
version {
2121
strictly("[1.7,3)")
22-
prefer("2.0.9")
22+
prefer("2.0.11")
2323
}
2424
}
2525
implementation("com.squareup.moshi:moshi") {
@@ -61,7 +61,7 @@ dependencies {
6161
implementation(it) {
6262
version {
6363
strictly("[1.6,1.10)")
64-
prefer("1.9.21")
64+
prefer("1.9.22")
6565
}
6666
}
6767
}
@@ -70,7 +70,7 @@ dependencies {
7070
implementation("com.squareup.moshi:moshi:1.15.0")
7171

7272
implementation("org.slf4j:slf4j-api:2.0.11")
73-
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
73+
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
7474

7575
implementation("com.squareup.okio:okio:3.7.0")
7676
implementation("com.squareup.okhttp3:okhttp:4.12.0")

integrationtest/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("org.slf4j:slf4j-api") {
2020
version {
2121
strictly("[1.7,3)")
22-
prefer("2.0.9")
22+
prefer("2.0.11")
2323
}
2424
}
2525
listOf(
@@ -50,7 +50,7 @@ dependencies {
5050
implementation(it) {
5151
version {
5252
strictly("[1.6,1.10)")
53-
prefer("1.9.21")
53+
prefer("1.9.22")
5454
}
5555
}
5656
}
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
6060

6161
testImplementation("org.slf4j:slf4j-api:2.0.11")
62-
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
62+
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
6363

6464
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
6565
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")

0 commit comments

Comments
 (0)