Skip to content

Commit b25a5fe

Browse files
fix(deps): update junit5 monorepo to v5.10.1
1 parent 9c5182d commit b25a5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ dependencies {
2121
testImplementation 'xmlunit:xmlunit:1.6'
2222
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
2323
testImplementation 'com.google.guava:guava:31.1-jre'
24-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
25-
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.9.2'
24+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
25+
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1'
2626
}

0 commit comments

Comments
 (0)