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 26eb930 commit 2ab1c71Copy full SHA for 2ab1c71
build.gradle
@@ -64,11 +64,11 @@ java {
64
}
65
66
ext {
67
- junit_jupiter = '5.13.0'
+ junit_jupiter = '5.13.4'
68
hamcrest = '3.0'
69
- assertj = '3.27.3'
+ assertj = '3.27.4'
70
// Mockito 5 requires Java 11 or higher
71
- mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.18.0'
+ mockito = findProperty('buildProfile') == 'java8' ? '4.11.0' : '5.19.0'
72
73
74
dependencies {
0 commit comments