diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index 0358a9ab..ebb555cf 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - implementation("org.slf4j:slf4j-api:1.7.36") + implementation("org.slf4j:slf4j-api:2.0.1") api("com.google.protobuf:protobuf-java:3.21.6") api("com.google.protobuf:protobuf-java-util:3.21.5") implementation("com.google.guava:guava:31.1-jre") diff --git a/router/build.gradle.kts b/router/build.gradle.kts index 5a91ca44..c7e594df 100644 --- a/router/build.gradle.kts +++ b/router/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { api("com.amazonaws:aws-lambda-java-core:1.2.1") api("com.amazonaws:aws-lambda-java-events:3.11.0") - implementation("org.slf4j:slf4j-api:1.7.36") + implementation("org.slf4j:slf4j-api:2.0.1") api("com.fasterxml.jackson.core:jackson-databind:2.13.3") api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4") api("com.google.guava:guava:31.1-jre")