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 1d0f022 commit 505731aCopy full SHA for 505731a
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.5.0'
+ compile 'org.junit.jupiter:junit-jupiter-api:5.5.1'
6
7
testCompile project(':mysql')
8
testCompile project(':postgresql')
0 commit comments