From 0478bbc169b4f0f3986e980d6a58be06989cbdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 22:14:18 +0000 Subject: [PATCH] Bump mockito-core from 4.3.1 to 4.4.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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 499347b..684f688 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { compile group: 'org.codehaus.groovy', name: 'groovy-all', version:'3.0.10' testCompile group: 'junit', name: 'junit', version:'4.13.2' - testCompile group: 'org.mockito', name: 'mockito-core', version:'4.3.1' + testCompile group: 'org.mockito', name: 'mockito-core', version:'4.4.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" } compileKotlin {