Skip to content

Commit 9bc709c

Browse files
Update dependency org.junit:junit-bom to v6.2.0-SNAPSHOT
1 parent a276130 commit 9bc709c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030

3131
dependencies {
3232
testImplementation("org.junit.jupiter:junit-jupiter")
33-
testImplementation(platform("org.junit:junit-bom:6.1.1"))
33+
testImplementation(platform("org.junit:junit-bom:6.2.0-SNAPSHOT"))
3434
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3535
}
3636

0 commit comments

Comments
 (0)