Skip to content

Commit b9c8b2b

Browse files
authored
Merge pull request #2197 from Netflix/dependabot/gradle/org.junit-junit-bom-5.13.4
Bump org.junit:junit-bom from 5.13.2 to 5.13.4
2 parents 758a880 + 9cbb7e8 commit b9c8b2b

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
@@ -100,7 +100,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
100100
testImplementation("io.mockk:mockk:1.+")
101101

102102
// JUnit 5 dependencies
103-
testImplementation(platform("org.junit:junit-bom:5.13.2"))
103+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
104104
testImplementation("org.junit.jupiter:junit-jupiter")
105105
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
106106
}

0 commit comments

Comments
 (0)