Skip to content

Commit 0cbd135

Browse files
Bump org.junit:junit-bom from 5.11.4 to 6.1.0 (#7564)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90211f1 commit 0cbd135

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PCGen-Formula/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737

3838
javacc 'net.java.dev.javacc:javacc:7.0.13'
3939

40-
testImplementation platform('org.junit:junit-bom:5.11.4')
40+
testImplementation platform('org.junit:junit-bom:6.1.0')
4141
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4242
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4343
testImplementation 'junit:junit:4.13.2'

PCGen-base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626
}
2727

2828
dependencies {
29-
testImplementation platform('org.junit:junit-bom:5.11.4')
29+
testImplementation platform('org.junit:junit-bom:6.1.0')
3030
testImplementation 'org.junit.jupiter:junit-jupiter-api'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params'
3232
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ dependencies {
241241
compileOnly 'org.jetbrains:annotations:26.1.0'
242242
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8'
243243

244-
testImplementation platform('org.junit:junit-bom:6.0.3')
244+
testImplementation platform('org.junit:junit-bom:6.1.0')
245245
testImplementation 'org.junit.platform:junit-platform-launcher'
246246
testImplementation 'org.junit.jupiter:junit-jupiter-api'
247247
testImplementation 'org.junit.jupiter:junit-jupiter-params'

0 commit comments

Comments
 (0)