Skip to content

Commit 27df301

Browse files
Bump org.junit:junit-bom from 5.9.3 to 5.11.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe681e5 commit 27df301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

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

2727
dependencies {
28-
testImplementation(platform("org.junit:junit-bom:5.9.3"))
28+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
3030
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
3131
}

0 commit comments

Comments
 (0)