From ad6db1ed40e11905d5c5bc956f1e93c452532341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:17:50 +0000 Subject: [PATCH] Bump mockito-core from 1.9.5 to 4.2.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 1.9.5 to 4.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v1.9.5...v4.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c67f6a4..e19ffb1 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'2.2.1' testCompile group: 'junit', name: 'junit', version:'4.13.2' - testCompile group: 'org.mockito', name: 'mockito-core', version:'1.9.5' + testCompile group: 'org.mockito', name: 'mockito-core', version:'4.2.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" } compileKotlin {