Skip to content

Commit

Permalink
Bump the logback group with 2 updates (#44)
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.4.11 to 1.4.12
- [Commits](https://github.com/qos-ch/logback/commits)

Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.12
- [Commits](https://github.com/qos-ch/logback/commits)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 642e143 commit b9a6519
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 @@ -43,8 +43,8 @@ dependencies {
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
testImplementation("ch.qos.logback:logback-core:1.4.11")
testImplementation("ch.qos.logback:logback-classic:1.4.11")
testImplementation("ch.qos.logback:logback-core:1.4.12")
testImplementation("ch.qos.logback:logback-classic:1.4.12")
androidTestImplementation(project(":divviup:commontest"))
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down

0 comments on commit b9a6519

Please sign in to comment.