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 @@ -11,8 +11,8 @@ plugins {
1111// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1212dependencyManagement {
1313 dependencies {
14- dependency ' ch.qos.logback:logback-core:1.5.18 '
15- dependency ' ch.qos.logback:logback-classic:1.5.18 '
14+ dependency ' ch.qos.logback:logback-core:1.5.19 '
15+ dependency ' ch.qos.logback:logback-classic:1.5.19 '
1616 }
1717}
1818
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ plugins {
1111// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1212dependencyManagement {
1313 dependencies {
14- dependency ' ch.qos.logback:logback-core:1.5.18 '
15- dependency ' ch.qos.logback:logback-classic:1.5.18 '
14+ dependency ' ch.qos.logback:logback-core:1.5.19 '
15+ dependency ' ch.qos.logback:logback-classic:1.5.19 '
1616 }
1717}
1818
You can’t perform that action at this time.
0 commit comments