File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
example-spring-boot-starter-webflux
example-spring-boot-starter-web Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1313dependencyManagement {
1414 dependencies {
15- dependency ' ch.qos.logback:logback-core:1.5.19 '
16- dependency ' ch.qos.logback:logback-classic:1.5.19 '
15+ dependency ' ch.qos.logback:logback-core:1.5.20 '
16+ dependency ' ch.qos.logback:logback-classic:1.5.20 '
1717 }
1818}
1919
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ plugins {
1212// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1313dependencyManagement {
1414 dependencies {
15- dependency ' ch.qos.logback:logback-core:1.5.19 '
16- dependency ' ch.qos.logback:logback-classic:1.5.19 '
15+ dependency ' ch.qos.logback:logback-core:1.5.20 '
16+ dependency ' ch.qos.logback:logback-classic:1.5.20 '
1717 }
1818}
1919
You can’t perform that action at this time.
0 commit comments