We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b79840 commit fbb5e39Copy full SHA for fbb5e39
testng-core-api/testng-core-api-build.gradle.kts
@@ -15,6 +15,6 @@ dependencies {
15
"guiceApi"("com.google.inject:guice")
16
17
implementation(projects.testngReflectionUtils)
18
- api("org.slf4j:slf4j-api:1.7.36")
19
- testImplementation("org.slf4j:slf4j-simple:1.7.36")
+ api("org.slf4j:slf4j-api:2.0.16")
+ testImplementation("org.slf4j:slf4j-simple:2.0.16")
20
}
0 commit comments