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 c768f74 commit 9edda67Copy full SHA for 9edda67
build.gradle
@@ -51,10 +51,10 @@ dependencies {
51
version: '5.1'
52
testImplementation 'jaxen:jaxen:2.0.0'
53
testImplementation 'org.slf4j:slf4j-api:2.0.16'
54
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
55
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
56
// css4j tests still use JUnit 4
57
- testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.4'
+ testImplementation 'org.junit.vintage:junit-vintage-engine:5.12.0'
58
}
59
60
extraJavaModuleInfo {
0 commit comments