From 12dc730943eb95698412cefe3eb16d066a76b8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:13:05 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 6.0.0 to 6.0.1 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 32be989..38648e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ val classgraphVersion = "4.8.184" val jakartaVersion = "2.2.0" val javaGiVersion = "0.12.2" val jetbrainsAnnotationsVersion = "26.0.2-1" -val junitPlatformVersion = "6.0.0" +val junitPlatformVersion = "6.0.1" val junitVersion = "6.0.0" val lombokVersion = "1.18.42" val snakeYAMLVersion = "2.5"