Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 17, 2022
1 parent 60ef6f9 commit 36caf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -243,9 +243,9 @@ under the License.
<artifactId>wiremock</artifactId>
<!-- that's a very old version, but it's the newest one that brings in
a old guava version, that is compatible with maven 3.1.1.
maven 3.1.1 uses guava 11, wiremock 1.49 uses guava 13.0.1
maven 3.1.1 uses guava 11, wiremock 2.27.2 uses guava 13.0.1
-->
<version>1.49</version>
<version>2.27.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 36caf77

Please sign in to comment.