From e4710a9a5576a09c3e5f298fbc196a4a7d467f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:13:32 +0000 Subject: [PATCH] build(deps): bump org.junit:junit-bom in the patch group Bumps the patch group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- python-embed-build-common/build.gradle | 2 +- python-embed-gradle-plugin/build.gradle | 2 +- python-embed-maven-plugin/build.gradle | 2 +- python-embed-runtime/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-embed-build-common/build.gradle b/python-embed-build-common/build.gradle index 577b068..46e945a 100644 --- a/python-embed-build-common/build.gradle +++ b/python-embed-build-common/build.gradle @@ -47,7 +47,7 @@ repositories { } dependencies { - testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } diff --git a/python-embed-gradle-plugin/build.gradle b/python-embed-gradle-plugin/build.gradle index 81843ea..cdcf711 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:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') 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 da254c1..d7214a8 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.16' implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2' - testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.apache.maven:maven-compat:3.9.16' diff --git a/python-embed-runtime/build.gradle b/python-embed-runtime/build.gradle index defec2b..92c65e6 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.12' implementation 'org.slf4j:slf4j-api:2.0.18' - testImplementation platform('org.junit:junit-bom:6.1.0') + testImplementation platform('org.junit:junit-bom:6.1.1') testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.slf4j:slf4j-simple:2.0.18'