From b667cf559227861837b0cd4095af04aeb2100d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:23:41 +0200 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3 (#424) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c9502bc..408cdac 100644 --- a/junit-platform/build.gradle +++ b/junit-platform/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.0' testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'