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 8f2f0b3 commit 75b8ba7Copy full SHA for 75b8ba7
lib/build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
46
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.1'
47
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
48
- testCompile "org.mockito:mockito-core:5.11.0"
+ testCompile "org.mockito:mockito-core:5.12.0"
49
testCompileOnly 'org.projectlombok:lombok:1.18.32'
50
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
51
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
0 commit comments