Skip to content

Commit

Permalink
Bump the logback group with 2 updates (#237)
Browse files Browse the repository at this point in the history
Bumps the logback group with 2 updates: [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


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

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

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

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 19, 2024
1 parent a3ade17 commit d9dfb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions divviup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ dependencies {
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("ch.qos.logback:logback-core:1.5.6")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
testImplementation("ch.qos.logback:logback-core:1.5.7")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation("commons-io:commons-io:2.16.1")
testImplementation("org.mockito:mockito-core:5.12.0")
androidTestImplementation(project(":divviup:commontest"))
Expand Down

0 comments on commit d9dfb53

Please sign in to comment.