We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90700e6 commit 0cb5807Copy full SHA for 0cb5807
1 file changed
build.gradle
@@ -65,11 +65,11 @@ java {
65
66
ext {
67
// Do not upgrade to JUnit 6 as it requires Java 17
68
- junit_jupiter = '5.14.2'
+ junit_jupiter = '5.14.3'
69
hamcrest = '3.0'
70
- assertj = '3.27.6'
+ assertj = '3.27.7'
71
// Mockito 5 requires Java 11 or higher
72
- mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.21.0'
+ mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.23.0'
73
}
74
75
dependencies {
0 commit comments