Skip to content

Commit 3e539e8

Browse files
committed
Upgrade JUnit to 5.11.3
1 parent e851ea1 commit 3e539e8

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

0 commit comments

Comments
 (0)