Skip to content

Commit 2ab1c71

Browse files
committed
Bump various test dependencies
1 parent 26eb930 commit 2ab1c71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ java {
6464
}
6565

6666
ext {
67-
junit_jupiter = '5.13.0'
67+
junit_jupiter = '5.13.4'
6868
hamcrest = '3.0'
69-
assertj = '3.27.3'
69+
assertj = '3.27.4'
7070
// Mockito 5 requires Java 11 or higher
71-
mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.18.0'
71+
mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.19.0'
7272
}
7373

7474
dependencies {

0 commit comments

Comments
 (0)