Skip to content

Commit

Permalink
chore: Update dependency ch.qos.logback:logback-classic to v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent 2e03488 commit 407b828
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.5.7")
testImplementation("ch.qos.logback:logback-classic:1.5.8")
testImplementation(libs.jna)
}

Expand Down

0 comments on commit 407b828

Please sign in to comment.