From 260835b7b93bb42adebe1ac6260c603b8009d02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:26:19 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.11 Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.11. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- router-protobuf/build.gradle.kts | 2 +- router/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index ba3495a8..d666b611 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.9") + implementation("org.slf4j:slf4j-api:2.0.11") api("com.google.protobuf:protobuf-java:3.25.1") api("com.google.protobuf:protobuf-java-util:3.25.1") implementation("com.google.guava:guava:32.1.3-jre") diff --git a/router/build.gradle.kts b/router/build.gradle.kts index 284cd5c1..b21dbe7d 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.3") - implementation("org.slf4j:slf4j-api:2.0.9") + implementation("org.slf4j:slf4j-api:2.0.11") api("com.fasterxml.jackson.core:jackson-databind:2.16.0") api("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0") api("com.google.guava:guava:32.1.3-jre")