Skip to content

Commit 428907e

Browse files
committed
fix(deps): update dependency org.junit:junit-bom to v5.11.2
1 parent 3a119f8 commit 428907e

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.11.1"))
52+
testImplementation(platform("org.junit:junit-bom:5.11.2"))
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)