From 8dc9ee91b20a7fd07d53a68493deed8599e4ab86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 04:32:58 +0000 Subject: [PATCH] Bump easymock from 4.1 to 4.2 Bumps [easymock](https://github.com/easymock/easymock) from 4.1 to 4.2. - [Release notes](https://github.com/easymock/easymock/releases) - [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md) - [Commits](https://github.com/easymock/easymock/compare/easymock-4.1...easymock-4.2) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ad1e7a4..32e5e51 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:18.0.0' testImplementation 'junit:junit:4.12' - testImplementation 'org.easymock:easymock:4.1' + testImplementation 'org.easymock:easymock:4.2' testImplementation 'org.javacord:javacord:3.0.4' testCompileOnly 'org.codehaus.groovy:groovy:3.0.0-rc-2'