Skip to content

Commit ca6524b

Browse files
Bump ch.qos.logback:logback-classic from 1.2.13 to 1.5.18
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.13 to 1.5.18. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.2.13...v_1.5.18) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd317e2 commit ca6524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-2-demo-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("net.ttddyy:datasource-proxy:1.9") {
3939
because("https://github.com/jdbc-observations/datasource-proxy/issues/111")
4040
}
41-
implementation("ch.qos.logback:logback-classic:1.2.13") {
41+
implementation("ch.qos.logback:logback-classic:1.5.18") {
4242
because("The version is higher than in BOM")
4343
}
4444
implementation("net.logstash.logback:logstash-logback-encoder:7.3") {

0 commit comments

Comments
 (0)