Skip to content

Commit f8f052b

Browse files
Bump junit-jupiter-engine from 5.4.2 to 5.6.0
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.4.2 to 5.6.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.4.2...r5.6.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 3990a62 commit f8f052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
compile 'net.jodah:typetools:0.6.1'
4747

4848
testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
49-
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
49+
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
5050
testCompile "org.mockito:mockito-junit-jupiter:$mockitoVersion"
5151
testCompile 'org.assertj:assertj-core:3.15.0'
5252
}

0 commit comments

Comments
 (0)