Skip to content

Commit

Permalink
Bump io.rest-assured:rest-assured from 5.5.0 to 5.5.1 (#128)
Browse files Browse the repository at this point in the history
Bumps [io.rest-assured:rest-assured](https://github.com/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)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent deab1b0 commit fa35f2b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<version.lib.junit>5.11.4</version.lib.junit>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.lib.rest-assured>5.5.1</version.lib.rest-assured>
<version.plugin.exec>3.5.0</version.plugin.exec>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<version.plugin.failsafe>3.2.5</version.plugin.failsafe>
Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version.lib.junit>5.11.4</version.lib.junit>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.lib.rest-assured>5.5.1</version.lib.rest-assured>
<version.plugin.exec>3.5.0</version.plugin.exec>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<version.plugin.failsafe>3.2.5</version.plugin.failsafe>
Expand Down
2 changes: 1 addition & 1 deletion orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.lib.junit>5.11.4</version.lib.junit>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.lib.rest-assured>5.5.1</version.lib.rest-assured>
<version.plugin.exec>3.5.0</version.plugin.exec>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<version.plugin.failsafe>3.2.5</version.plugin.failsafe>
Expand Down
2 changes: 1 addition & 1 deletion payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.lib.hc>3.0</version.lib.hc>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.mockito>3.9.0</version.lib.mockito>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.lib.rest-assured>5.5.1</version.lib.rest-assured>
<version.plugin.exec>3.5.0</version.plugin.exec>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<version.plugin.failsafe>3.2.5</version.plugin.failsafe>
Expand Down
2 changes: 1 addition & 1 deletion shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<version.lib.junit>5.11.4</version.lib.junit>
<version.lib.hc>3.0</version.lib.hc>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.lib.rest-assured>5.5.1</version.lib.rest-assured>
<version.plugin.exec>3.5.0</version.plugin.exec>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<version.plugin.failsafe>3.2.5</version.plugin.failsafe>
Expand Down
2 changes: 1 addition & 1 deletion users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<version.lib.junit>5.11.4</version.lib.junit>
<version.lib.hamcrest>3.0</version.lib.hamcrest>
<version.lib.jandex>3.1.6</version.lib.jandex>
<version.lib.rest-assured>5.5.0</version.lib.rest-assured>
<version.lib.rest-assured>5.5.1</version.lib.rest-assured>
<version.plugin.exec>3.5.0</version.plugin.exec>
<version.plugin.surefire>3.2.5</version.plugin.surefire>
<version.plugin.failsafe>3.2.5</version.plugin.failsafe>
Expand Down

0 comments on commit fa35f2b

Please sign in to comment.