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 a30a0e6 commit b9f1990Copy full SHA for b9f1990
build.gradle
@@ -64,11 +64,11 @@ java {
64
}
65
66
ext {
67
- junit_jupiter = '5.11.2'
+ junit_jupiter = '5.12.1'
68
hamcrest = '3.0'
69
- assertj = '3.26.3'
+ assertj = '3.27.3'
70
// Mockito 5 requires Java 11 or higher
71
- mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.14.2'
+ mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.16.1'
72
73
74
dependencies {
0 commit comments