Skip to content

Commit 72eaa5f

Browse files
build(deps): bump ch.qos.logback:logback-core from 1.5.17 to 1.5.18
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.17 to 1.5.18. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.17...v_1.5.18) --- 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]>
1 parent 139e5f9 commit 72eaa5f

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.17'
14+
dependency 'ch.qos.logback:logback-core:1.5.18'
1515
dependency 'ch.qos.logback:logback-classic:1.5.17'
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.17'
14+
dependency 'ch.qos.logback:logback-core:1.5.18'
1515
dependency 'ch.qos.logback:logback-classic:1.5.17'
1616
}
1717
}

0 commit comments

Comments
 (0)