Skip to content

Commit 54643ff

Browse files
committed
Upgrade to JUnit 5.11.4
1 parent 98932a5 commit 54643ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ dependencies {
5151
version: '5.0'
5252
testImplementation 'jaxen:jaxen:1.2.0'
5353
testImplementation 'org.slf4j:slf4j-api:2.0.13'
54-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
54+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
5555
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5656
// css4j 4.x tests still use JUnit 4
57-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
57+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.4'
5858
}
5959

6060
extraJavaModuleInfo {

0 commit comments

Comments
 (0)