Skip to content

Commit d434f0f

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

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
@@ -47,7 +47,7 @@ dependencies {
4747
testFramework(TestFrameworkType.Platform)
4848
}
4949

50-
testImplementation(platform("org.junit:junit-bom:5.11.2"))
50+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.junit.platform:junit-platform-launcher")
5353
testImplementation("io.strikt:strikt-jvm:0.35.1")

0 commit comments

Comments
 (0)