From c87bf7def2961a92ce111e3b6b72c7136825341b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 22:22:58 +0000 Subject: [PATCH] Bump mockito-core from 4.3.0 to 4.3.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index be4a33f..2da825f 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'3.0.9' testCompile group: 'junit', name: 'junit', version:'4.13.2' - testCompile group: 'org.mockito', name: 'mockito-core', version:'4.3.0' + testCompile group: 'org.mockito', name: 'mockito-core', version:'4.3.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" } compileKotlin {