Skip to content

Commit 16d330c

Browse files
Bump junit-jupiter-api from 5.7.0 to 5.7.1 in /modules/junit-jupiter (#3770)
Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.0...r5.7.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52af321 commit 16d330c

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

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

0 commit comments

Comments
 (0)