Skip to content

Commit acdbe51

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

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.2"))
52+
testImplementation(platform("org.junit:junit-bom:5.13.3"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
5454
testImplementation("io.mockk:mockk:1.14.4")
5555
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")

0 commit comments

Comments
 (0)