Skip to content

Commit 8c53402

Browse files
build(deps): bump ch.qos.logback:logback-core from 1.5.15 to 1.5.17 (#184)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.15 to 1.5.17. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.15...v_1.5.17) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 863fe49 commit 8c53402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1212
dependencyManagement {
1313
dependencies {
14-
dependency 'ch.qos.logback:logback-core:1.5.15'
14+
dependency 'ch.qos.logback:logback-core:1.5.17'
1515
dependency 'ch.qos.logback:logback-classic:1.5.15'
1616
}
1717
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
1212
dependencyManagement {
1313
dependencies {
14-
dependency 'ch.qos.logback:logback-core:1.5.15'
14+
dependency 'ch.qos.logback:logback-core:1.5.17'
1515
dependency 'ch.qos.logback:logback-classic:1.5.15'
1616
}
1717
}

0 commit comments

Comments
 (0)