From 76d268f757d140e992c830c39aace3ee4bc456dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 06:20:13 +0000 Subject: [PATCH] Bump mockito-junit-jupiter from 3.7.7 to 3.10.0 Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.7.7 to 3.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.10.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 230c482..ba00415 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testImplementation 'com.jayway.jsonpath:json-path-assert:2.5.0' testImplementation 'io.quarkus:quarkus-junit5-mockito' testImplementation 'org.mockito:mockito-inline:3.7.7' - testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' + testImplementation 'org.mockito:mockito-junit-jupiter:3.10.0' annotationProcessor enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}") annotationProcessor 'info.picocli:picocli-codegen'