Skip to content

Commit ba9a4e3

Browse files
Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (#340)
Bumps org.slf4j:slf4j-simple from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple 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 ccb473e commit ba9a4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

router-openapi-request-validator/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies {
1212
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
1313
testImplementation("org.assertj:assertj-core:3.25.3")
1414
testImplementation("io.mockk:mockk:1.13.10")
15-
testImplementation("org.slf4j:slf4j-simple:2.0.12")
15+
testImplementation("org.slf4j:slf4j-simple:2.0.13")
1616
}

router-protobuf/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
2424
testImplementation("org.assertj:assertj-core:3.25.3")
2525
testImplementation("io.mockk:mockk:1.13.10")
26-
testImplementation("org.slf4j:slf4j-simple:2.0.12")
26+
testImplementation("org.slf4j:slf4j-simple:2.0.13")
2727
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
2828
}
2929

0 commit comments

Comments
 (0)