Skip to content

Commit f4ccf01

Browse files
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](junit-team/junit-framework@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] <support@github.com>
1 parent ed32825 commit f4ccf01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python-embed-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation gradleApi()
4242
implementation "io.github.howtis:python-embed-build-common:${project.findProperty('releaseVersion') ?: '1.0.2'}"
4343

44-
testImplementation platform('org.junit:junit-bom:5.11.4')
44+
testImplementation platform('org.junit:junit-bom:6.1.0')
4545
testImplementation 'org.junit.jupiter:junit-jupiter'
4646
}
4747

python-embed-maven-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation 'org.apache.maven:maven-core:3.9.9'
5353
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1'
5454

55-
testImplementation platform('org.junit:junit-bom:5.11.4')
55+
testImplementation platform('org.junit:junit-bom:6.1.0')
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testImplementation 'org.apache.maven:maven-compat:3.9.9'
5858
testImplementation 'org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0'

python-embed-runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation 'org.msgpack:msgpack-core:0.9.8'
99
implementation 'org.slf4j:slf4j-api:2.0.16'
1010

11-
testImplementation platform('org.junit:junit-bom:5.11.4')
11+
testImplementation platform('org.junit:junit-bom:6.1.0')
1212
testImplementation 'org.junit.jupiter:junit-jupiter'
1313
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
1414
}

0 commit comments

Comments
 (0)