Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 394a5fc

Browse files
authored
Merge pull request #53 from browserup/dependabot/gradle/org.mock-server-mockserver-netty-5.5.4
Bump mockserver-netty from 3.10.4 to 5.5.4
2 parents 666e7c5 + 3b6a4cd commit 394a5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
testImplementation 'org.eclipse.jetty:jetty-servlets:7.6.16.v20140903'
8989
testImplementation 'org.hamcrest:hamcrest:2.1'
9090
testImplementation 'org.hamcrest:hamcrest-library:2.1'
91-
testImplementation ('org.mock-server:mockserver-netty:3.10.4') {
91+
testImplementation ('org.mock-server:mockserver-netty:5.5.4') {
9292
exclude(module: 'logback-classic')
9393
exclude(module: 'netty-codec-socks')
9494
exclude(module: 'netty-buffer')

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies {
8181
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
8282
testImplementation 'org.hamcrest:hamcrest:2.1'
8383
testImplementation 'org.hamcrest:hamcrest-library:2.1'
84-
testImplementation 'org.mock-server:mockserver-netty:3.10.8'
84+
testImplementation 'org.mock-server:mockserver-netty:5.5.4'
8585
testImplementation 'org.mockito:mockito-core:2.27.0'
8686
testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0'
8787
testImplementation 'org.awaitility:awaitility:3.1.6'

0 commit comments

Comments
 (0)