File tree 2 files changed +2
-2
lines changed
example-spring-boot-starter-web
example-spring-boot-starter-webflux
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
12
12
dependencyManagement {
13
13
dependencies {
14
- dependency ' ch.qos.logback:logback-core:1.5.15 '
14
+ dependency ' ch.qos.logback:logback-core:1.5.17 '
15
15
dependency ' ch.qos.logback:logback-classic:1.5.15'
16
16
}
17
17
}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
12
12
dependencyManagement {
13
13
dependencies {
14
- dependency ' ch.qos.logback:logback-core:1.5.15 '
14
+ dependency ' ch.qos.logback:logback-core:1.5.17 '
15
15
dependency ' ch.qos.logback:logback-classic:1.5.15'
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments