Skip to content

Commit 5b2fd7b

Browse files
committed
fix(deps): update dependency org.junit:junit-bom to v5.11.0
1 parent e555975 commit 5b2fd7b

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
@@ -49,7 +49,7 @@ dependencies {
4949

5050
implementation("io.github.java-diff-utils:java-diff-utils:4.12")
5151

52-
testImplementation(platform("org.junit:junit-bom:5.10.3"))
52+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
5454
testImplementation("io.mockk:mockk:1.13.12")
5555
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")

0 commit comments

Comments
 (0)