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'