From 7b2a06856e20411f34dc9aa8a830a03667464db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 09:59:19 +0000 Subject: [PATCH] chore(deps): bump org.junit.platform:junit-platform-launcher Bumps the junit-dependencies group with 1 update in the / directory: [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.platform:junit-platform-launcher` from 1.13.0-M3 to 6.0.0-M1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0-M1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0-M1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit-dependencies ... 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 7ee730fc..513296a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ io-opentelemetry-opentelemetry-context = { group = "io.opentelemetry", name = "o jakarta-annotation-jakarta-annotation-api = { group = "jakarta.annotation", name = "jakarta.annotation-api", version = "2.1.1" } javax-xml-stream-stax-api = { group = "javax.xml.stream", name = "stax-api", version = "1.0-2" } org-junit-jupiter-junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.13.3" } -org-junit-platform-junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "1.13.0-M3" } +org-junit-platform-junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "6.0.0-M1" } org-mockito-mockito-core = { group = "org.mockito", name = "mockito-core", version = "5.18.0" } [plugins]