Skip to content

Commit 730e98e

Browse files
Bump junit-jupiter-api from 5.6.2 to 5.7.0 in /modules/junit-jupiter (#3233)
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.2...r5.7.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9327bba commit 730e98e

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

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

0 commit comments

Comments
 (0)