Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-…
Browse files Browse the repository at this point in the history
…jupiter/org.junit-junit-bom-5.10.0' into combined-pr-branch
  • Loading branch information
eddumelendez committed Aug 2, 2023
2 parents d393bf2 + 358b22e commit 8939a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"

dependencies {
api project(':testcontainers')
implementation platform('org.junit:junit-bom:5.9.3')
implementation platform('org.junit:junit-bom:5.10.0')
implementation 'org.junit.jupiter:junit-jupiter-api'

testImplementation project(':mysql')
Expand Down

0 comments on commit 8939a19

Please sign in to comment.