From 0ac9d6e56a39417460ca3e39174f9acc89253650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:07:03 +0000 Subject: [PATCH] deps(deps): bump the junit group across 1 directory with 2 updates Bumps the junit group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter` from 5.11.4 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.1.3) Updates `org.junit.platform:junit-platform-launcher` from 1.11.4 to 6.1.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.1.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bc014cb..8c3a7e2 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ dependencies { compileOnly 'io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.65.0' // Test dependencies - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.3' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.3' testImplementation 'io.opentelemetry:opentelemetry-api:1.65.0' testImplementation 'io.opentelemetry:opentelemetry-sdk:1.65.0' testImplementation 'io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.65.0'