Skip to content

Commit 0667175

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.1 (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85477af commit 0667175

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.15")
5151

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

0 commit comments

Comments
 (0)