Skip to content

Commit

Permalink
Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.35.0 to 3.0.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.35.0...3.0.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 1174e5b commit 0ea2bd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browserup-proxy-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
testImplementation "org.eclipse.jetty:jetty-servlet:${jettyVersion}"
testImplementation "org.eclipse.jetty:jetty-servlets:${jettyVersion}"
testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1'
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation "org.seleniumhq.selenium:selenium-firefox-driver:${seleniumVersion}"
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
Expand Down
2 changes: 1 addition & 1 deletion browserup-proxy-rest-clients/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {
testImplementation "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation "xyz.rogfam:littleproxy:${littleProxyVersion}"
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1'
testImplementation 'org.testcontainers:testcontainers:1.19.0'
}

Expand Down
2 changes: 1 addition & 1 deletion browserup-proxy-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:4.11.0'
testImplementation "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:3.0.1'
}

task createVersionProperties() {
Expand Down

0 comments on commit 0ea2bd7

Please sign in to comment.