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 ec2631a commit e778791Copy full SHA for e778791
build.gradle.kts
@@ -20,7 +20,7 @@ java {
20
}
21
dependencies {
22
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
23
- implementation("org.slf4j:slf4j-api:2.0.11")
+ implementation("org.slf4j:slf4j-api:2.0.13")
24
25
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
26
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.1")
0 commit comments