From b0d468e9523d1374e70cf71652029db964e18c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:05:10 -0400 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3 (#12674) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e30628501..257fa1ba80 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ subprojects { jetbrainsAnnotationsVersion = "24.1.0" jlayerVersion = "1.0.1.4" junitJupiterVersion = "5.10.3" - junitPlatformLauncherVersion = "1.10.2" + junitPlatformLauncherVersion = "1.10.3" logbackClassicVersion = "1.2.11" mockitoVersion = "5.11.0" openFeignVersion = "13.3"