Skip to content

Commit 909f009

Browse files
Bump junit-jupiter-api from 5.4.2 to 5.5.0 in /modules/junit-jupiter (#1578)
1 parent 67ca611 commit 909f009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Testcontainers :: JUnit Jupiter Extension"
22

33
dependencies {
44
compile project(':testcontainers')
5-
compile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
5+
compile 'org.junit.jupiter:junit-jupiter-api:5.5.0'
66

77
testCompile project(':mysql')
88
testCompile project(':postgresql')

0 commit comments

Comments
 (0)