Skip to content

Commit fbf8b76

Browse files
dependabot[bot]bsideup
authored andcommitted
Bump junit-jupiter-api from 5.3.1 to 5.3.2 in /modules/junit-jupiter (#1069)
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.3.1...r5.3.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f75cdc commit fbf8b76

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

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

0 commit comments

Comments
 (0)