Skip to content

Commit

Permalink
Bump logback-classic to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Oct 3, 2022
1 parent 88fd8e2 commit 5cccbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("de.gesellix:docker-engine:[2022-07-24T23-12-00,)")

implementation("org.slf4j:slf4j-api:[1.7,)!!2.0.3")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.1")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.3")

testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
}
Expand Down

0 comments on commit 5cccbba

Please sign in to comment.