diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index 2995769..f4eb138 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:2.0.12") + implementation("org.slf4j:slf4j-api:2.0.13") api("com.google.protobuf:protobuf-java:3.25.3") api("com.google.protobuf:protobuf-java-util:3.25.3") implementation("com.google.guava:guava:33.1.0-jre") diff --git a/router/build.gradle.kts b/router/build.gradle.kts index 6e9ac6e..2accb8c 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.3") api("com.amazonaws:aws-lambda-java-events:3.11.4") - implementation("org.slf4j:slf4j-api:2.0.12") + implementation("org.slf4j:slf4j-api:2.0.13") api("com.fasterxml.jackson.core:jackson-databind:2.17.0") api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0") api("com.google.guava:guava:33.1.0-jre")