From 54438bc42cc6e199f03aee5c32871b490efa3f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 19:29:50 +0000 Subject: [PATCH] Update dependency org.mockito:mockito-core to v5.9.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index c224bbe..3062f5f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' - testCompile "org.mockito:mockito-core:5.8.0" + testCompile "org.mockito:mockito-core:5.9.0" testCompileOnly 'org.projectlombok:lombok:1.18.30' testAnnotationProcessor 'org.projectlombok:lombok:1.18.30' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'