Skip to content

Commit 505731a

Browse files
Bump junit-jupiter-api from 5.5.0 to 5.5.1 in /modules/junit-jupiter (#1638)
1 parent 1d0f022 commit 505731a

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.5.0'
5+
compile 'org.junit.jupiter:junit-jupiter-api:5.5.1'
66

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

0 commit comments

Comments
 (0)