From 22077bf245b0099fae598e5bfe623b47ae247857 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 22:19:18 +0000 Subject: [PATCH] Bump easymock from 4.1 to 4.3 in /status/java Bumps [easymock](https://github.com/easymock/easymock) from 4.1 to 4.3. - [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.3) Signed-off-by: dependabot-preview[bot] --- status/java/build.gradle | 2 +- status/java/status-api/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/status/java/build.gradle b/status/java/build.gradle index 63dfea40..731bf670 100644 --- a/status/java/build.gradle +++ b/status/java/build.gradle @@ -71,7 +71,7 @@ dependencies { } testImplementation 'junit:junit:4.13' - testImplementation 'org.easymock:easymock:4.1' + testImplementation 'org.easymock:easymock:4.3' testRuntimeOnly 'com.squareup.okhttp3:okhttp:4.7.2' testRuntimeOnly 'com.alibaba:fastjson:1.2.76' } diff --git a/status/java/status-api/build.gradle b/status/java/status-api/build.gradle index 32e2754c..ddfd6716 100644 --- a/status/java/status-api/build.gradle +++ b/status/java/status-api/build.gradle @@ -56,7 +56,7 @@ dependencies { //runtimeOnly 'org.apache.logging.log4j:log4j-core:2.11.0' testImplementation 'junit:junit:4.13' - testImplementation 'org.easymock:easymock:4.1' + testImplementation 'org.easymock:easymock:4.3' testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.14.1' testRuntimeOnly 'com.squareup.okhttp3:okhttp:4.7.2' testRuntimeOnly 'com.alibaba:fastjson:1.2.76'