Skip to content

Commit cdbd255

Browse files
build(deps): bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 (#298)
1 parent fe6fa06 commit cdbd255

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/example-spring-boot-starter-web/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
1313
dependencyManagement {
1414
dependencies {
15-
dependency 'ch.qos.logback:logback-core:1.5.20'
16-
dependency 'ch.qos.logback:logback-classic:1.5.20'
15+
dependency 'ch.qos.logback:logback-core:1.5.21'
16+
dependency 'ch.qos.logback:logback-classic:1.5.21'
1717
}
1818
}
1919

examples/example-spring-boot-starter-webflux/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
1313
dependencyManagement {
1414
dependencies {
15-
dependency 'ch.qos.logback:logback-core:1.5.20'
16-
dependency 'ch.qos.logback:logback-classic:1.5.20'
15+
dependency 'ch.qos.logback:logback-core:1.5.21'
16+
dependency 'ch.qos.logback:logback-classic:1.5.21'
1717
}
1818
}
1919

0 commit comments

Comments
 (0)