Skip to content

Commit 6214659

Browse files
Update dependency org.junit:junit-bom to v6
1 parent de8bf0c commit 6214659

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
@@ -31,7 +31,7 @@ dependencies {
3131
//annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3232
//testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
3333

34-
testImplementation(platform("org.junit:junit-bom:5.11.0"))
34+
testImplementation(platform("org.junit:junit-bom:6.0.2"))
3535
testImplementation("org.junit.jupiter:junit-jupiter")
3636
}
3737

0 commit comments

Comments
 (0)