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.
2 parents fde830e + 316fe55 commit eb132e0Copy full SHA for eb132e0
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
// Test
52
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
53
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
54
- testImplementation 'org.mockito:mockito-core:5.17.0'
+ testImplementation 'org.mockito:mockito-core:5.18.0'
55
testImplementation 'org.projectlombok:lombok:1.18.38'
56
testCompileOnly 'org.projectlombok:lombok:1.18.38'
57
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
0 commit comments