From cca03f403dad48a77aff1535c9c04fedb7d301a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:30:15 +0000 Subject: [PATCH] Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.0 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.4 to 1.12.0. - [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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e6ac16d..6bfbb6d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] junitVersion = "5.11.4" -junitPlatformVersion = "1.11.4" +junitPlatformVersion = "1.12.0" checkstyleVersion = "10.21.1" aeronVersion = "1.47.0" sbeVersion = "1.34.1"