Skip to content

Commit 27b4499

Browse files
chore(deps): Update dependency org.junit:junit-bom to v5.11.4
1 parent b9142a8 commit 27b4499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/inertia.common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
testImplementation("com.google.guava:guava-testlib:31.1-jre")
19-
testImplementation(platform("org.junit:junit-bom:5.8.2"))
19+
testImplementation(platform("org.junit:junit-bom:5.11.4"))
2020
testImplementation("org.junit.jupiter:junit-jupiter-api")
2121
testImplementation("org.junit.jupiter:junit-jupiter-engine")
2222
}

0 commit comments

Comments
 (0)