Skip to content

Commit

Permalink
chore: Update dependency ch.qos.logback:logback-classic to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 17, 2024
1 parent 4e74dc9 commit c71e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifact-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testImplementation(enforcedPlatform(libs.junit.bom))
testImplementation(libs.junit.jupiter)
testImplementation(libs.strikt)
testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("ch.qos.logback:logback-classic:1.5.0")
}

tasks {
Expand Down

0 comments on commit c71e351

Please sign in to comment.