Skip to content

Commit 2f938ea

Browse files
committed
Upgrade to JUnit 5.12.2
1 parent baf8138 commit 2f938ea

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.3'
5252
testImplementation 'jaxen:jaxen:2.0.0'
5353
testImplementation 'org.slf4j:slf4j-api:2.0.17'
54-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
54+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
5555
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5656
// css4j tests still use JUnit 4
57-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.12.1'
57+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.12.2'
5858
}
5959

6060
extraJavaModuleInfo {

0 commit comments

Comments
 (0)