Skip to content

Commit

Permalink
Bump com.github.tomakehurst:wiremock from 2.27.2 to 3.0.1 (#11934)
Browse files Browse the repository at this point in the history
* Bump com.github.tomakehurst:wiremock from 2.27.2 to 3.0.1

Bumps [com.github.tomakehurst:wiremock](https://github.com/wiremock/wiremock) from 2.27.2 to 3.0.1.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.27.2...3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Add httpcomponents dependency.

* Use var.

* Fix package name.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: asvitkine <[email protected]>
  • Loading branch information
dependabot[bot] and asvitkine authored Oct 21, 2023
1 parent 75bfdec commit 8ae8259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ subprojects {
sonatypeGoodiesPrefsVersion = '2.3.7'
substanceVersion = '4.5.0'
wireMockJunit5Version = '1.3.1'
wireMockVersion = '2.27.2'
wireMockVersion = '3.0.1'
xchartVersion = '3.8.5'
xmlUnitCore = '2.9.1'
xmlUnitMatchers = '2.9.1'
Expand Down
1 change: 1 addition & 0 deletions http-clients/lobby-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ dependencies {
testImplementation "com.github.tomakehurst:wiremock:$wireMockVersion"
testImplementation "com.google.code.gson:gson:$gsonVersion"
testImplementation "ru.lanwen.wiremock:wiremock-junit5:$wireMockJunit5Version"
testImplementation "org.apache.httpcomponents:httpclient:$apacheHttpComponentsVersion"
testImplementation project(":lib:test-common")
}

0 comments on commit 8ae8259

Please sign in to comment.