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 c64c3c1 + fcd9215 commit f1810eeCopy full SHA for f1810ee
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.10.3')
+ implementation platform('org.junit:junit-bom:5.13.3')
6
implementation 'org.junit.jupiter:junit-jupiter-api'
7
8
testImplementation project(':mysql')
0 commit comments