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 c3030ca commit 8a798faCopy full SHA for 8a798fa
build.gradle
@@ -147,8 +147,8 @@ testing {
147
}
148
dependencies {
149
implementation 'org.assertj:assertj-core:3.27.3'
150
- implementation 'org.mockito:mockito-core:5.17.0'
151
- implementation 'org.mockito:mockito-junit-jupiter:5.17.0'
+ implementation 'org.mockito:mockito-core:5.18.0'
+ implementation 'org.mockito:mockito-junit-jupiter:5.18.0'
152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
153
runtimeOnly 'ch.qos.logback:logback-classic:1.5.18'
154
0 commit comments