Skip to content

Commit 4f34e28

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.12.0 to 5.12.1 (#7292)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 7833fb9 commit 4f34e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ dependencies {
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.1'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.0'
265-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.0'
265+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.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)