Skip to content

Commit ef2fd1d

Browse files
dependabot[bot]asolntsev
authored andcommitted
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.0.0
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d115434 commit ef2fd1d

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
@@ -9,7 +9,7 @@ ext {
99
}
1010

1111
dependencies {
12-
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.13.4"
12+
testImplementation "org.junit.jupiter:junit-jupiter-engine:6.0.0"
1313
testImplementation "org.junit.platform:junit-platform-engine:$junitPlatformVersion"
1414
testImplementation "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
1515

0 commit comments

Comments
 (0)