Skip to content

Commit 22fb9c4

Browse files
Bump org.junit:junit-bom from 5.11.3 to 6.0.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.11.3 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.3...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ede8b78 commit 22fb9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

2727
implementation 'org.assertj:assertj-core:3.25.3'
2828
implementation 'org.apiguardian:apiguardian-api:1.1.2' // https://github.com/exercism/java-test-runner/issues/79
29-
implementation platform('org.junit:junit-bom:5.11.3')
29+
implementation platform('org.junit:junit-bom:6.0.0')
3030
implementation 'org.junit.jupiter:junit-jupiter'
3131
implementation 'org.junit.platform:junit-platform-launcher'
3232
runtimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)