From dfb6044657c6cf605504a6d5d2afa1a3d1b91f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 14:39:30 +0000 Subject: [PATCH] Bump mockito-all from 1.9.5 to 1.10.19 Bumps [mockito-all](https://github.com/mockito/mockito) from 1.9.5 to 1.10.19. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v1.9.5...v1.10.19) --- updated-dependencies: - dependency-name: org.mockito:mockito-all 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 7e28e37..ffd87c3 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { compile 'io.github.cdimascio:dotenv-java:2.2.0' testCompile 'junit:junit:4.12' - testCompile 'org.mockito:mockito-all:1.9.5' + testCompile 'org.mockito:mockito-all:1.10.19' testCompile 'org.hamcrest:hamcrest-library:1.3' }