From f1c27597996bacd51ba72453b960b688c573cfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:33:30 +0000 Subject: [PATCH] build(deps): bump org.junit:junit-bom from 5.11.4 to 6.1.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.11.4...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-embed-gradle-plugin/build.gradle | 2 +- python-embed-maven-plugin/build.gradle | 2 +- python-embed-runtime/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-embed-gradle-plugin/build.gradle b/python-embed-gradle-plugin/build.gradle index fbf936a..81843ea 100644 --- a/python-embed-gradle-plugin/build.gradle +++ b/python-embed-gradle-plugin/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation gradleApi() implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}" - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } diff --git a/python-embed-maven-plugin/build.gradle b/python-embed-maven-plugin/build.gradle index 8cfd51e..006b1db 100644 --- a/python-embed-maven-plugin/build.gradle +++ b/python-embed-maven-plugin/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'org.apache.maven:maven-core:3.9.9' implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1' - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.apache.maven:maven-compat:3.9.9' diff --git a/python-embed-runtime/build.gradle b/python-embed-runtime/build.gradle index e407300..dd918d7 100644 --- a/python-embed-runtime/build.gradle +++ b/python-embed-runtime/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation 'org.msgpack:msgpack-core:0.9.8' implementation 'org.slf4j:slf4j-api:2.0.16' - testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation platform('org.junit:junit-bom:6.1.0') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.slf4j:slf4j-simple:2.0.16'