Skip to content

Commit f7a86a5

Browse files
Bump org.junit:junit-bom from 5.13.4 to 6.0.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...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 298f13d commit f7a86a5

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
@@ -66,7 +66,7 @@ dependencies {
6666
because('mockk needs it')
6767
}
6868

69-
testImplementation(platform("org.junit:junit-bom:5.13.4"))
69+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
7070
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7171
testImplementation "org.junit.jupiter:junit-jupiter-params"
7272
testRuntimeOnly "org.junit.platform:junit-platform-launcher"

0 commit comments

Comments
 (0)