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.
1 parent 9327bba commit 730e98eCopy full SHA for 730e98e
modules/junit-jupiter/build.gradle
@@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"
2
3
dependencies {
4
compile project(':testcontainers')
5
- compile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
+ compile 'org.junit.jupiter:junit-jupiter-api:5.7.0'
6
7
testCompile project(':mysql')
8
testCompile project(':postgresql')
0 commit comments