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
….14 (#902)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 3, 2023
1 parent da9be21 commit 5dd65ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -143,7 +143,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.13")
testImplementation(group = "ch.qos.logback", name = "logback-classic", version = "1.3.14")
}

publishing {
Expand Down

0 comments on commit 5dd65ae

Please sign in to comment.