Skip to content

Commit 136c974

Browse files
Bump logback-classic from 1.2.10 to 1.2.11 (#169)
Bumps logback-classic from 1.2.10 to 1.2.11. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ada42d5 commit 136c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies {
1616
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
1717
testImplementation("org.assertj:assertj-core:3.22.0")
1818
testImplementation("io.mockk:mockk:1.12.3")
19-
testImplementation("ch.qos.logback:logback-classic:1.2.10")
19+
testImplementation("ch.qos.logback:logback-classic:1.2.11")
2020
}

0 commit comments

Comments
 (0)