Skip to content

Commit

Permalink
Merge pull request #177 from rieske/renovate/logback-monorepo
Browse files Browse the repository at this point in the history
Update dependency ch.qos.logback:logback-classic to v1.5.16
  • Loading branch information
mergify[bot] authored Jan 5, 2025
2 parents dcaca5b + d9ec31c commit 2e834a6
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.27.2")
testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.15")
testFixturesImplementation("ch.qos.logback:logback-classic:1.5.16")
}

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

0 comments on commit 2e834a6

Please sign in to comment.