Skip to content

Commit e4710a9

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

python-embed-build-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
dependencies {
50-
testImplementation platform('org.junit:junit-bom:6.1.0')
50+
testImplementation platform('org.junit:junit-bom:6.1.1')
5151
testImplementation 'org.junit.jupiter:junit-jupiter'
5252
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5353
}

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:6.1.0')
44+
testImplementation platform('org.junit:junit-bom:6.1.1')
4545
testImplementation 'org.junit.jupiter:junit-jupiter'
4646
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
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.16'
5353
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2'
5454

55-
testImplementation platform('org.junit:junit-bom:6.1.0')
55+
testImplementation platform('org.junit:junit-bom:6.1.1')
5656
testImplementation 'org.junit.jupiter:junit-jupiter'
5757
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5858
testImplementation 'org.apache.maven:maven-compat:3.9.16'

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.12'
99
implementation 'org.slf4j:slf4j-api:2.0.18'
1010

11-
testImplementation platform('org.junit:junit-bom:6.1.0')
11+
testImplementation platform('org.junit:junit-bom:6.1.1')
1212
testImplementation 'org.junit.jupiter:junit-jupiter'
1313
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
1414
testImplementation 'org.slf4j:slf4j-simple:2.0.18'

0 commit comments

Comments
 (0)