Skip to content

Commit 8ad1307

Browse files
committed
Upgrade to JUnit 5.12.0
1 parent 97497d8 commit 8ad1307

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.1'
38-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
38+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3939
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4040
}
4141

0 commit comments

Comments
 (0)