Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 4c5c90e commit ed2f138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testFixturesApi("org.assertj:assertj-core:3.26.3")
testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.9")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.10")
}

components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
Expand Down

0 comments on commit ed2f138

Please sign in to comment.