We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8aeca7 commit b6c1897Copy full SHA for b6c1897
build.gradle
@@ -56,8 +56,8 @@ subprojects {
56
}
57
annotationProcessor 'ca.stellardrift:contract-validator:1.0.1'
58
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'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
61
62
63
tasks.withType(Javadoc).configureEach {
0 commit comments