Skip to content

Commit

Permalink
chore(deps): bump logback-classic from 1.2.10 to 1.2.11 (#547)
Browse files Browse the repository at this point in the history
Bumps logback-classic from 1.2.10 to 1.2.11.

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

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] committed Mar 7, 2022
1 parent e2fde52 commit cdf03c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -142,7 +142,7 @@ subprojects {
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.1.1")
// - Logging
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.2.10")
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.2.11")
}

publishing {
Expand Down

0 comments on commit cdf03c5

Please sign in to comment.