From 091a9f1150c84fb0bcd9dcd7919743c4f9ee03be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 15:42:00 +0000 Subject: [PATCH] Bump mockito-core from 3.7.7 to 3.8.0 in /lib Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.0) Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 317c470..8e90bdc 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2' - testCompile "org.mockito:mockito-core:3.7.7" + testCompile "org.mockito:mockito-core:3.8.0" testCompileOnly 'org.projectlombok:lombok:1.18.16' testAnnotationProcessor 'org.projectlombok:lombok:1.18.16' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'