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