Skip to content

Commit

Permalink
chore: update dependency org.slf4j:slf4j-simple to v2 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Feb 23, 2024
1 parent e6edce2 commit cb4c68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lithic-java-client-okhttp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {

testImplementation(kotlin("test"))
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.slf4j:slf4j-simple:1.7.36")
testImplementation("org.slf4j:slf4j-simple:2.0.12")
}
2 changes: 1 addition & 1 deletion lithic-java-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation("com.github.tomakehurst:wiremock-jre8:2.33.2")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.assertj:assertj-guava:3.25.3")
testImplementation("org.slf4j:slf4j-simple:1.7.36")
testImplementation("org.slf4j:slf4j-simple:2.0.12")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
}

0 comments on commit cb4c68e

Please sign in to comment.