We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ece7ac commit 4454e92Copy full SHA for 4454e92
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.12.2'
60
- testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
61
62
63
tasks.withType(Javadoc).configureEach {
0 commit comments