Skip to content

Commit b6c1897

Browse files
chore(deps): Update junit5 monorepo to v5.12.0
1 parent e8aeca7 commit b6c1897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ subprojects {
5656
}
5757
annotationProcessor 'ca.stellardrift:contract-validator:1.0.1'
5858
checkstyle 'ca.stellardrift:stylecheck:0.2.1'
59-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
60-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
59+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
60+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
6161
}
6262

6363
tasks.withType(Javadoc).configureEach {

0 commit comments

Comments
 (0)