Skip to content

Commit

Permalink
Merge pull request #145 from rieske/renovate/slf4j-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.slf4j:slf4j-api to v2.0.14
  • Loading branch information
mergify[bot] authored Aug 6, 2024
2 parents fcb48f8 + 7a8e5cc commit 6adc901
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 @@ -7,7 +7,7 @@ description = "Fast tests against containerized databases - base module. Used tr

dependencies {
api("org.junit.jupiter:junit-jupiter-api:5.10.3")
implementation("org.slf4j:slf4j-api:2.0.13")
implementation("org.slf4j:slf4j-api:2.0.14")

testFixturesApi("org.assertj:assertj-core:3.26.3")
testFixturesImplementation("org.flywaydb:flyway-core:9.22.3")
Expand Down

0 comments on commit 6adc901

Please sign in to comment.