Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent fcb48f8 commit 7a8e5cc
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 7a8e5cc

Please sign in to comment.