Skip to content

Commit ab1dc11

Browse files
committed
Upgrade to JUnit 5.12.2
1 parent cb6cb7e commit ab1dc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
}
3636
}
3737
testImplementation group: 'io.sf.carte', name: 'css4j', classifier: 'tests', version: '5.3'
38-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
38+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
3939
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4040
}
4141

0 commit comments

Comments
 (0)