Skip to content

Commit

Permalink
Prefer slf4j 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 9, 2024
1 parent 785b26e commit 536974f
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-remote-api-model-1-41:[2024-01-01T01-01-01,)")
implementation("de.gesellix:docker-engine:[2024-01-01T01-01-01,)")

implementation("org.slf4j:slf4j-api:[1.7,)!!2.0.12")
implementation("org.slf4j:slf4j-api:[1.7,)!!2.0.13")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

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

0 comments on commit 536974f

Please sign in to comment.