Skip to content

Commit 017127f

Browse files
Bump org.junit.jupiter:junit-jupiter-engine in /java-project
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.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] <support@github.com>
1 parent 8f3ea21 commit 017127f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-project/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ plugins {
44
}
55

66
dependencies {
7-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
8-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
7+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
8+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
99
}

0 commit comments

Comments
 (0)