Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Dec 18, 2024
1 parent 0756170 commit 430d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ subprojects {

testImplementation "org.http4s:http4s-blaze-server_2.13:$http4sVersion"

testImplementation "ch.qos.logback:logback-classic:1.5.12"
testImplementation "ch.qos.logback:logback-classic:1.5.13"
testImplementation 'junit:junit:4.13.2'
testImplementation "org.scalatest:scalatest_2.13:3.0.9"
testImplementation 'org.mockito:mockito-core:5.14.2'
Expand Down

0 comments on commit 430d6c3

Please sign in to comment.