Skip to content

Commit 0dc89ba

Browse files
asolntsevkrmahadevan
authored andcommitted
update slf4j from 1.7.36 to 2.0.16
1 parent 3b79840 commit 0dc89ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testng-core-api/testng-core-api-build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies {
1515
"guiceApi"("com.google.inject:guice")
1616

1717
implementation(projects.testngReflectionUtils)
18-
api("org.slf4j:slf4j-api:1.7.36")
19-
testImplementation("org.slf4j:slf4j-simple:1.7.36")
18+
api("org.slf4j:slf4j-api:2.0.16")
19+
testImplementation("org.slf4j:slf4j-simple:2.0.16")
2020
}

0 commit comments

Comments
 (0)