Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-deps group with 2 updates (#1149)
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 2 updates: [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) and [org.wiremock:wiremock](https://github.com/wiremock/wiremock).


Updates `io.rest-assured:rest-assured` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.0...rest-assured-5.5.1)

Updates `org.wiremock:wiremock` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlo Smahin <[email protected]>
  • Loading branch information
dependabot[bot] and psmagin authored Feb 18, 2025
1 parent e47e1fc commit 909aa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<junit4.version>4.13.2</junit4.version>
<mockito.version>5.2.0</mockito.version>
<JUnitParams.version>1.1.1</JUnitParams.version>
<wiremock.version>3.11.0</wiremock.version>
<rest-assured.version>5.5.0</rest-assured.version>
<wiremock.version>3.12.0</wiremock.version>
<rest-assured.version>5.5.1</rest-assured.version>
<awaitility.version>4.2.2</awaitility.version>
<assertj.version>3.27.3</assertj.version>
<system-stubs-junit4.version>2.1.7</system-stubs-junit4.version>
Expand Down

0 comments on commit 909aa84

Please sign in to comment.