Skip to content

Commit

Permalink
build(deps): bump ch.qos.logback:logback-core from 1.5.15 to 1.5.16
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.15 to 1.5.16.
- [Commits](qos-ch/logback@v_1.5.15...v_1.5.16)

---
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]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent aebf1b2 commit 37db533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example-spring-boot-starter-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
dependencyManagement {
dependencies {
dependency 'ch.qos.logback:logback-core:1.5.15'
dependency 'ch.qos.logback:logback-core:1.5.16'
dependency 'ch.qos.logback:logback-classic:1.5.15'
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/example-spring-boot-starter-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
// Hopefully with spring-boot 3.4.2+ this won't be needed anymore and can be removed.
dependencyManagement {
dependencies {
dependency 'ch.qos.logback:logback-core:1.5.15'
dependency 'ch.qos.logback:logback-core:1.5.16'
dependency 'ch.qos.logback:logback-classic:1.5.15'
}
}
Expand Down

0 comments on commit 37db533

Please sign in to comment.