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 d44e616 commit 472e7c8Copy full SHA for 472e7c8
modules/junit-jupiter/build.gradle
@@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"
2
3
dependencies {
4
api project(':testcontainers')
5
- api 'org.junit.jupiter:junit-jupiter-api:5.7.2'
+ api 'org.junit.jupiter:junit-jupiter-api:5.8.1'
6
7
testImplementation project(':mysql')
8
testImplementation project(':postgresql')
0 commit comments