Skip to content

Commit

Permalink
chore(deps): update dependency ch.qos.logback:logback-classic to v1.3…
Browse files Browse the repository at this point in the history
….0 (#629)
  • Loading branch information
renovate[bot] committed Aug 30, 2022
1 parent cb5ebdb commit edaf9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -139,7 +139,7 @@ subprojects {
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.2.11")
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.3.0")
}

publishing {
Expand Down

0 comments on commit edaf9a0

Please sign in to comment.