Skip to content

Commit 762bc22

Browse files
fix(deps): update dependency org.junit:junit-bom to v6
1 parent 2845677 commit 762bc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ errorprone-nullaway = "com.uber.nullaway:nullaway:0.+"
1717
jakarta-annotation = { module = "jakarta.annotation:jakarta.annotation-api" }
1818
jspecify = "org.jspecify:jspecify:1.+"
1919
junit-api = { module = "org.junit.jupiter:junit-jupiter-api" }
20-
junit-bom = "org.junit:junit-bom:5.+"
20+
junit-bom = "org.junit:junit-bom:6.+"
2121
junit-parameters = { module = "org.junit.jupiter:junit-jupiter-params" }
2222
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
2323
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }

0 commit comments

Comments
 (0)