Skip to content

Commit

Permalink
Prefer slf4j-api 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Mar 13, 2024
1 parent c52c59e commit cb01b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
api("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
implementation("org.slf4j:slf4j-api:[1.7,3)!!2.0.11")
implementation("org.slf4j:slf4j-api:[1.7,3)!!2.0.12")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
}

Expand Down

0 comments on commit cb01b21

Please sign in to comment.