We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3a18c commit 4342648Copy full SHA for 4342648
build.gradle
@@ -136,7 +136,7 @@ testing {
136
useJUnitJupiter('5.10.0')
137
dependencies {
138
implementation 'org.assertj:assertj-core:3.25.3'
139
- implementation 'org.mockito:mockito-core:5.10.0'
+ implementation 'org.mockito:mockito-core:5.11.0'
140
implementation 'org.mockito:mockito-junit-jupiter:5.10.0'
141
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
142
}
0 commit comments