Skip to content

Commit

Permalink
Bump logbackVersion from 1.5.6 to 1.5.16
Browse files Browse the repository at this point in the history
Bumps `logbackVersion` from 1.5.6 to 1.5.16.

Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.16)

Updates `ch.qos.logback:logback-core` from 1.5.6 to 1.5.16
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.16)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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 27, 2025
1 parent 9886f7f commit 882cfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ext {
kafkaVersion = '3.9.0'
lang3Version = '3.14.0'
// TODO: logbackVersion = '1.5.8' build break
logbackVersion = '1.5.6'
logbackVersion = '1.5.16'
lettuceVersion = '6.5.0.RELEASE'
// TODO: Lucene Version 9 now available but changed the naming of Codec files and so does not work with XTDB
luceneVersion = '8.11.3'
Expand Down

0 comments on commit 882cfd2

Please sign in to comment.