Skip to content

Commit f5ec565

Browse files
Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 (#338)
Bumps org.slf4j:slf4j-api from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f67105 commit f5ec565

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:2.0.12")
16+
implementation("org.slf4j:slf4j-api:2.0.13")
1717
api("com.google.protobuf:protobuf-java:3.25.3")
1818
api("com.google.protobuf:protobuf-java-util:3.25.3")
1919
implementation("com.google.guava:guava:33.1.0-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.3")
77
api("com.amazonaws:aws-lambda-java-events:3.11.4")
88

9-
implementation("org.slf4j:slf4j-api:2.0.12")
9+
implementation("org.slf4j:slf4j-api:2.0.13")
1010
api("com.fasterxml.jackson.core:jackson-databind:2.17.0")
1111
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
1212
api("com.google.guava:guava:33.1.0-jre")

0 commit comments

Comments
 (0)