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
….1 (#650)
  • Loading branch information
renovate[bot] committed Sep 15, 2022
1 parent 830c429 commit ff56f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -138,7 +138,7 @@ subprojects {
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0")
// - Logging
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.3.0")
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.3.1")
}

publishing {
Expand Down

0 comments on commit ff56f87

Please sign in to comment.