From 0b7623e187c5ab5586398be5e2ddc183da168c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:07:20 +0000 Subject: [PATCH] Bump mockito-inline from 3.7.7 to 3.11.2 Bumps [mockito-inline](https://github.com/mockito/mockito) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.11.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... 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..0ebd680 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-library:2.2' 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-inline:3.11.2' testImplementation 'org.mockito:mockito-junit-jupiter:3.7.7' annotationProcessor enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")