Skip to content

Commit fc7fb3b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE'
3434

3535
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
36-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.1'
36+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
3737

3838

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

0 commit comments

Comments
 (0)