diff --git a/build.gradle.kts b/build.gradle.kts index 3e50630..ca426ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("com.fasterxml.jackson.core:jackson-core:2.17.1") implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.1") - implementation("org.slf4j:slf4j-api:2.0.13") + implementation("org.slf4j:slf4j-api:2.0.16") testImplementation("junit:junit:4.13.2") testImplementation("org.hamcrest:hamcrest-all:1.3") testImplementation("org.mockito:mockito-all:1.10.19")