Skip to content

Commit 30b1624

Browse files
Bump org.slf4j:log4j-over-slf4j
Bumps org.slf4j:log4j-over-slf4j from 1.7.26 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:log4j-over-slf4j dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27c5c91 commit 30b1624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/lambda-kotlin-request-router-sample/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation("com.google.guava:guava:23.0")
4343

4444
implementation("ch.qos.logback:logback-classic:1.2.3")
45-
implementation("org.slf4j:log4j-over-slf4j:1.7.26")
45+
implementation("org.slf4j:log4j-over-slf4j:2.0.13")
4646

4747
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.3.1")
4848
}

0 commit comments

Comments
 (0)