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 67ca611 commit 909f009Copy full SHA for 909f009
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.4.2'
+ compile 'org.junit.jupiter:junit-jupiter-api:5.5.0'
6
7
testCompile project(':mysql')
8
testCompile project(':postgresql')
0 commit comments