Skip to content

Commit b1f62d5

Browse files
Bump slf4j-api from 1.7.36 to 2.0.1 (#215)
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](qos-ch/slf4j@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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f19d34 commit b1f62d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

router-protobuf/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation(kotlin("stdlib-jdk8"))
1414
implementation(kotlin("reflect"))
1515

16-
implementation("org.slf4j:slf4j-api:1.7.36")
16+
implementation("org.slf4j:slf4j-api:2.0.1")
1717
api("com.google.protobuf:protobuf-java:3.21.6")
1818
api("com.google.protobuf:protobuf-java-util:3.21.5")
1919
implementation("com.google.guava:guava:31.1-jre")

router/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api("com.amazonaws:aws-lambda-java-core:1.2.1")
77
api("com.amazonaws:aws-lambda-java-events:3.11.0")
88

9-
implementation("org.slf4j:slf4j-api:1.7.36")
9+
implementation("org.slf4j:slf4j-api:2.0.1")
1010
api("com.fasterxml.jackson.core:jackson-databind:2.13.3")
1111
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
1212
api("com.google.guava:guava:31.1-jre")

0 commit comments

Comments
 (0)