Skip to content

Commit 10f3579

Browse files
authored
Merge pull request #65 from OpenLiberty/dependabot/gradle/finish/org.junit-junit-bom-5.13.4
Bump org.junit:junit-bom from 5.13.2 to 5.13.4 in /finish
2 parents 3c1db82 + 08dfed1 commit 10f3579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finish/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
}
2929

3030
dependencies {
31-
testImplementation platform('org.junit:junit-bom:5.13.2')
31+
testImplementation platform('org.junit:junit-bom:5.13.4')
3232
testImplementation 'org.junit.jupiter:junit-jupiter'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3434
}

0 commit comments

Comments
 (0)