Skip to content

Commit da234b9

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 5.14.0 (#532)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 5.14.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r5.14.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.14.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 827ce1d commit da234b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junit-platform/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
testImplementation 'org.assertj:assertj-core:3.27.6'
3333
testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE'
3434

35-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
36-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
35+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
36+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.0'
3737

3838

3939
// FIXME remove once https://github.com/gradle/gradle/issues/8806 is fixed

0 commit comments

Comments
 (0)