From cd6c77ce509c8ef147bb009095faf487f1aeacd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 06:11:53 +0000 Subject: [PATCH] Bump mockito-core from 3.5.15 to 3.6.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.15 to 3.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.15...v3.6.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 37ca52c..805fcb6 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { compile group: 'javax.el', name: 'javax.el-api', version: '3.0.0' compile group: 'org.glassfish', name: 'javax.el', version: '3.0.0' - testCompile 'org.mockito:mockito-core:3.5.15' + testCompile 'org.mockito:mockito-core:3.6.0' testCompile("org.junit.jupiter:junit-jupiter-engine:5.7.0") testCompile("org.junit.platform:junit-platform-runner:1.7.0")