From 3b6a4cd1bc89e228863c3348a954273e591da4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 13:53:36 +0000 Subject: [PATCH] Bump mockserver-netty from 3.10.4 to 5.5.4 Bumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 3.10.4 to 5.5.4. - [Release notes](https://github.com/jamesdbloom/mockservice/releases) - [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-3.10.4...mockserver-5.5.4) Signed-off-by: dependabot[bot] --- browserup-proxy-core/build.gradle | 2 +- browserup-proxy-rest/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index a201cf7f0..6c6315e0a 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -88,7 +88,7 @@ dependencies { testImplementation 'org.eclipse.jetty:jetty-servlets:7.6.16.v20140903' testImplementation 'org.hamcrest:hamcrest:2.1' testImplementation 'org.hamcrest:hamcrest-library:2.1' - testImplementation ('org.mock-server:mockserver-netty:3.10.4') { + testImplementation ('org.mock-server:mockserver-netty:5.5.4') { exclude(module: 'logback-classic') exclude(module: 'netty-codec-socks') exclude(module: 'netty-buffer') diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 3254a5bec..90865ed35 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -81,7 +81,7 @@ dependencies { testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2' testImplementation 'org.hamcrest:hamcrest:2.1' testImplementation 'org.hamcrest:hamcrest-library:2.1' - testImplementation 'org.mock-server:mockserver-netty:3.10.8' + testImplementation 'org.mock-server:mockserver-netty:5.5.4' testImplementation 'org.mockito:mockito-core:2.27.0' testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0' testImplementation 'org.awaitility:awaitility:3.1.6'