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 11, 2024
1 parent f1130a9 commit 6ccf85b
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 @@ -89,7 +89,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.apache.httpcomponents:httpclient:4.5.14'
}
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.2'
testImplementation "io.github.littleproxy: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.20.1'
}

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.2'
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 6ccf85b

Please sign in to comment.