Skip to content

Commit 01caaa8

Browse files
committed
Upgrade JUnit to 5.11.3
1 parent 519ba68 commit 01caaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.2'
54+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
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.2'
57+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
5858
}
5959

6060
extraJavaModuleInfo {

0 commit comments

Comments
 (0)