Skip to content

Commit a57aa15

Browse files
dependabot: bump ch.qos.logback:logback-core from 1.5.16 to 1.5.20
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.16 to 1.5.20. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.16...v_1.5.20) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cf62f0 commit a57aa15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ dependencies {
248248
configurations.ktlint {
249249
resolutionStrategy{
250250
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25"
251-
force "ch.qos.logback:logback-classic:1.5.16"
252-
force "ch.qos.logback:logback-core:1.5.16"
251+
force "ch.qos.logback:logback-classic:1.5.20"
252+
force "ch.qos.logback:logback-core:1.5.20"
253253
}
254254
}
255255

0 commit comments

Comments
 (0)