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

Commit e111b2e

Browse files
authored
Merge pull request #120 from browserup/dependabot/gradle/com.github.tomakehurst-wiremock-jre8-2.23.2
Bump wiremock-jre8 from 2.22.0 to 2.23.2
2 parents 889aeda + 15d3c05 commit e111b2e

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
@@ -89,7 +89,7 @@ dependencies {
8989
testImplementation "org.eclipse.jetty:jetty-servlets:${jettyVersion}"
9090
testImplementation 'org.hamcrest:hamcrest:2.1'
9191
testImplementation 'org.hamcrest:hamcrest-library:2.1'
92-
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.22.0'
92+
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.23.2'
9393
testImplementation 'org.mockito:mockito-core:3.0.0'
9494
testImplementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
9595
testImplementation 'org.apache.httpcomponents:httpclient:4.5.9'

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ dependencies {
9696
testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0'
9797
testImplementation 'org.awaitility:awaitility:3.1.6'
9898
testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
99-
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.22.0'
99+
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.23.2'
100100
}

0 commit comments

Comments
 (0)