Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 49c1b17 commit 1f84b83
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 @@ -6,7 +6,7 @@ plugins {
description = "Fast tests against containerized databases - base module. Used transitively by concrete implementations like mysql or postgresql."

dependencies {
api("org.junit.jupiter:junit-jupiter-api:5.11.2")
api("org.junit.jupiter:junit-jupiter-api:5.11.3")
implementation("org.slf4j:slf4j-api:2.0.16")

testFixturesApi("org.assertj:assertj-core:3.26.3")
Expand Down

0 comments on commit 1f84b83

Please sign in to comment.