Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-core from 1.4.8 to 1.4.11 (#138)
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.4.8 to 1.4.11.
- [Commits](qos-ch/logback@v_1.4.8...v_1.4.11)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 6daeefe commit 6f3ab18
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 @@ -55,7 +55,7 @@ dependencies {
implementation 'software.amazon.awssdk.crt:aws-crt:0.23.2'
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'ch.qos.logback:logback-classic:1.4.8'
implementation 'ch.qos.logback:logback-core:1.4.8'
implementation 'ch.qos.logback:logback-core:1.4.11'
// cannot use caffeine v3 because that requires java 11
implementation('com.github.ben-manes.caffeine:caffeine:2.9.3')
}
Expand Down

0 comments on commit 6f3ab18

Please sign in to comment.