Skip to content

Commit

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

Updates `logback-core` from 1.2.11 to 1.4.5
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.11...v_1.4.5)

Updates `logback-classic` from 1.2.11 to 1.4.5
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.11...v_1.4.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 9, 2022
1 parent 04e1e86 commit a004fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kahpp-spring-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configurations {
ext {
sentryVersion = '6.7.1'
kafkaVersion = '3.1.2'
logbackVersion = '1.2.11'
logbackVersion = '1.4.5'
mockitoVersion = '4.9.0'
}

Expand Down

0 comments on commit a004fb9

Please sign in to comment.