Skip to content

Commit

Permalink
build(deps): bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.10
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.6 to 1.5.10.
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 64d2ac4 commit 8d1f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {
implementation group: 'org.ow2.asm', name: 'asm', version: '9.7'

implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.13'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.6'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.10'
def guava_version = '33.2.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: guava_version
implementation group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6'
Expand Down

0 comments on commit 8d1f8ed

Please sign in to comment.