From 3f4ab225bc4592b0c591b76299dd00efa37ff047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:59:43 -0500 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 (#12081) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.0 to 1.10.1. - [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 5d775f0ce5..ede296bc2d 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ subprojects { jetbrainsAnnotationsVersion = '24.0.1' jlayerVersion = '1.0.1.4' junitJupiterVersion = '5.10.0' - junitPlatformLauncherVersion = '1.10.0' + junitPlatformLauncherVersion = '1.10.1' logbackClassicVersion = '1.2.11' mockitoVersion = '5.7.0' openFeignVersion = '13.0'