Skip to content

Commit

Permalink
Bump preferred logback-classic dependency (test only)
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Oct 1, 2023
1 parent 8fae4d5 commit 0610c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation("com.squareup.moshi:moshi:1.15.0")

implementation("org.slf4j:slf4j-api:2.0.9")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")

implementation("com.squareup.okio:okio:3.5.0")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")

testImplementation("org.slf4j:slf4j-api:2.0.9")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.8")
Expand Down

0 comments on commit 0610c26

Please sign in to comment.