We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8aeca7 commit 40d263fCopy full SHA for 40d263f
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.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
61
62
63
tasks.withType(Javadoc).configureEach {
0 commit comments