Skip to content

Commit 8448683

Browse files
authored
Merge pull request #336 from sir-gon/renovate/org.junit.jupiter-junit-jupiter-5.x
Update dependency org.junit.jupiter:junit-jupiter to v5.13.2
2 parents 47514f0 + 16c595f commit 8448683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithm-exercises-java/build.gradle

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

2525
dependencies {
2626
// Use JUnit Jupiter for testing.
27-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
27+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2929

3030
// This dependency is used by the application.

0 commit comments

Comments
 (0)