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 4d2b011 + 31d7848 commit 0fb9a25Copy full SHA for 0fb9a25
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.16.1'
+ testImplementation 'org.mockito:mockito-core:5.17.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