Skip to content

Commit 0cb5807

Browse files
committed
Bump various test dependencies
1 parent 90700e6 commit 0cb5807

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

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

6666
ext {
6767
// Do not upgrade to JUnit 6 as it requires Java 17
68-
junit_jupiter = '5.14.2'
68+
junit_jupiter = '5.14.3'
6969
hamcrest = '3.0'
70-
assertj = '3.27.6'
70+
assertj = '3.27.7'
7171
// Mockito 5 requires Java 11 or higher
72-
mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.21.0'
72+
mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.23.0'
7373
}
7474

7575
dependencies {

0 commit comments

Comments
 (0)