Skip to content

Commit b9f1990

Browse files
committed
Update test dependencies
1 parent a30a0e6 commit b9f1990

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.11.2'
67+
junit_jupiter = '5.12.1'
6868
hamcrest = '3.0'
69-
assertj = '3.26.3'
69+
assertj = '3.27.3'
7070
// Mockito 5 requires Java 11 or higher
71-
mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.14.2'
71+
mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.16.1'
7272
}
7373

7474
dependencies {

0 commit comments

Comments
 (0)