We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents def3556 + 32fe73a commit 1d60f3aCopy full SHA for 1d60f3a
modules/junit-jupiter/build.gradle
@@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"
2
3
dependencies {
4
api project(':testcontainers')
5
- implementation platform('org.junit:junit-bom:5.14.1')
+ implementation platform('org.junit:junit-bom:5.14.3')
6
implementation 'org.junit.jupiter:junit-jupiter-api'
7
8
testImplementation project(':testcontainers-mysql')
0 commit comments