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 3ba421a + 0337ae9 commit 7068e56Copy full SHA for 7068e56
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.19.0'
+ testImplementation 'org.mockito:mockito-core:5.20.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