From aa2790f93df74a8e6136946761b65139139898b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:18:33 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.11.3 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.2 to 1.11.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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b5576f..8b71e81 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,7 @@ ext { jaxbImplVersion = "4.0.5" jdbiVersion = "3.45.1" junitJupiterVersion = "5.10.2" - junitPlatformLauncherVersion = "1.10.2" + junitPlatformLauncherVersion = "1.11.3" mockitoVersion = "5.11.0" openFeignVersion = "13.3" postgresqlVersion = "42.7.3"