From 15d07e12ddcbf6024053faea360204c8ea2a5e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:44:00 +0000 Subject: [PATCH] chore(deps): bump org.junit.platform:junit-platform-launcher Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.0 to 1.11.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 54990384..c75b57f9 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ buildscript { ext.sonarqube_version = '5.1.0.4882' ext.slf4j_version = '2.0.16' ext.junit_version = '5.11.0' - ext.junit_platform_launcher_version = '1.11.0' + ext.junit_platform_launcher_version = '1.11.1' ext.org_jetbrains_kotlin = 'org.jetbrains.kotlin' }