From 89245145061788f1e473d2ee7bb906d328e63cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:03:29 +0000 Subject: [PATCH] chore(deps): bump slf4j-api from 1.7.30 to 2.0.6 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_2.0.6) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/build.gradle b/sdk/build.gradle index 7a240e53ce..f512e78b46 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -32,7 +32,7 @@ dependencies { api "com.google.protobuf:protobuf-javalite:3.14.0" // https://mvnrepository.com/artifact/org.slf4j/slf4j-api - implementation 'org.slf4j:slf4j-api:1.7.30' + implementation 'org.slf4j:slf4j-api:2.0.6' implementation "io.grpc:grpc-core:1.40.0" implementation "io.grpc:grpc-protobuf-lite:1.40.0"