Skip to content

Commit ffe923b

Browse files
Merge pull request #87 from marianobarrios/renovate/junit-framework-monorepo
Update dependency org.junit.jupiter:junit-jupiter-api to v5.14.0
2 parents 5de1d5f + 066c8e4 commit ffe923b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

2626
dependencies {
27-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
27+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0'
2828
}
2929

3030
java {

0 commit comments

Comments
 (0)