We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98932a5 commit 54643ffCopy full SHA for 54643ff
build.gradle
@@ -51,10 +51,10 @@ dependencies {
51
version: '5.0'
52
testImplementation 'jaxen:jaxen:1.2.0'
53
testImplementation 'org.slf4j:slf4j-api:2.0.13'
54
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
55
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
56
// css4j 4.x tests still use JUnit 4
57
- testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
+ testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.4'
58
}
59
60
extraJavaModuleInfo {
0 commit comments