Skip to content

Commit

Permalink
update slf4j from 1.7.36 to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev authored and krmahadevan committed Nov 25, 2024
1 parent 3b79840 commit 0dc89ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testng-core-api/testng-core-api-build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
"guiceApi"("com.google.inject:guice")

implementation(projects.testngReflectionUtils)
api("org.slf4j:slf4j-api:1.7.36")
testImplementation("org.slf4j:slf4j-simple:1.7.36")
api("org.slf4j:slf4j-api:2.0.16")
testImplementation("org.slf4j:slf4j-simple:2.0.16")
}

0 comments on commit 0dc89ba

Please sign in to comment.