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 b37e03b + 9fcdbfb commit ca1c73cCopy full SHA for ca1c73c
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
// Test
52
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
53
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
54
- testImplementation 'org.mockito:mockito-core:5.20.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
55
testImplementation 'org.projectlombok:lombok:1.18.42'
56
testCompileOnly 'org.projectlombok:lombok:1.18.42'
57
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
0 commit comments