Skip to content

Commit c8dbb3b

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1 (#7472)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e32576c commit c8dbb3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ dependencies {
260260

261261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.14.0'
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.14.0'
263-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.0'
264-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.0'
265-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.0'
263+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1'
264+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.1'
265+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'
266266
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
267267
testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18'
268268
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: '21.0.2'

0 commit comments

Comments
 (0)