From b57a4c6ee0e812b065fca2dd5990b512545e7311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:59:59 +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 6.0.0-RC2 to 6.0.0-RC3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0-RC2...r6.0.0-RC3) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0-RC3 dependency-type: direct:production update-type: version-update:semver-patch 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 c32bf13b..e6544ca1 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.4" } -org-junit-platform-junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "6.0.0-RC2" } +org-junit-platform-junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "6.0.0-RC3" } org-mockito-mockito-core = { group = "org.mockito", name = "mockito-core", version = "5.19.0" } [plugins]