Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump ch.qos.logback:logback-classic from 1.4.6 to 1.4.7
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.4.6 to 1.4.7.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.4.6...v_1.4.7)

---
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 Apr 20, 2023
1 parent 623ea95 commit 62c2e0d
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 @@ -33,7 +33,7 @@ dependencies {
implementation 'info.picocli:picocli:4.7.3'

implementation 'org.slf4j:slf4j-api:2.0.7'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.6'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.7'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.4.7'

annotationProcessor 'org.inferred:freebuilder:2.8.0'
Expand Down

0 comments on commit 62c2e0d

Please sign in to comment.