Skip to content

Commit cdae7e9

Browse files
Merge pull request #79 from marianobarrios/renovate/junit-framework-monorepo
Update junit-framework monorepo to v5.13.4
2 parents a973867 + 0ab8292 commit cdae7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ repositories {
3535
}
3636

3737
dependencies {
38-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
39-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
38+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
39+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
4040
}
4141

4242
java {

0 commit comments

Comments
 (0)