From 0122e362570828323306977556c336a156361478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 07:08:44 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.8.1 to 5.9.2 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- junit-platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit-platform/build.gradle b/junit-platform/build.gradle index ae8fc04..e21421b 100644 --- a/junit-platform/build.gradle +++ b/junit-platform/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.21.0' testImplementation 'io.projectreactor:reactor-core:3.2.2.RELEASE' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' // FIXME remove once https://github.com/gradle/gradle/issues/8806 is fixed