Skip to content

Commit aa3f631

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.12.2 to 5.13.0 (#7347)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fef265d commit aa3f631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
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.2'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.2'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.2'
265-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.2'
265+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.0'
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)