Skip to content

Commit b23e326

Browse files
Update dependency org.mockito:mockito-core to v5.20.0 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4cb94a9 commit b23e326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
4646
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.0'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
48-
testCompile "org.mockito:mockito-core:5.19.0"
48+
testCompile "org.mockito:mockito-core:5.20.0"
4949
testCompileOnly 'org.projectlombok:lombok:1.18.38'
5050
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

0 commit comments

Comments
 (0)