Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 11, 2024
1 parent 8f2f0b3 commit 75b8ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testCompile "org.mockito:mockito-core:5.11.0"
testCompile "org.mockito:mockito-core:5.12.0"
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
Expand Down

0 comments on commit 75b8ba7

Please sign in to comment.