From 9b0e9ae4cce7a2306fa24ac0ca8193be60e81ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:07:10 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.36 to 2.0.1 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.1. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... 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 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")