From 6e2a3e416ea1c36e762b0380887c8c6f67adc6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 14:14:17 +0000 Subject: [PATCH] chore(deps): bump slf4j-api from 1.7.30 to 1.7.35 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.35. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_1.7.35) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... 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..474fccbb4e 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:1.7.35' implementation "io.grpc:grpc-core:1.40.0" implementation "io.grpc:grpc-protobuf-lite:1.40.0"