Skip to content

Commit 796959f

Browse files
committed
Bump JUnit to 5.14.4
1 parent 0ccccaa commit 796959f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ configurations {
9393

9494
ext {
9595
// Do not upgrade to JUnit 6 as it requires Java 17
96-
junit_jupiter = '5.14.3'
96+
junit_jupiter = '5.14.4'
9797
hamcrest = '3.0'
9898
assertj = '3.27.7'
9999
// Mockito 5 requires Java 11 or higher

0 commit comments

Comments
 (0)