Skip to content

Commit ec16e7a

Browse files
Bump junit-jupiter-engine from 5.6.2 to 5.7.0 in /modules/junit-jupiter (#3234)
Bumps [junit-jupiter-engine](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 2be4c2a commit ec16e7a

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
@@ -17,7 +17,7 @@ dependencies {
1717

1818
testRuntime 'org.postgresql:postgresql:42.2.16'
1919
testRuntime 'mysql:mysql-connector-java:8.0.21'
20-
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
20+
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
2121
}
2222

2323
test {

0 commit comments

Comments
 (0)