Skip to content

Commit

Permalink
Bump io.rest-assured:rest-assured from 5.3.1 to 5.4.0
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.3.1 to 5.4.0.
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.3.1...rest-assured-5.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent d8b65ec commit a67a24b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selenium-webdriver-junit4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ext {
cucumberVersion = "7.14.1"
springBootVersion = "3.2.0"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
restAssuredVersion = "5.4.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5-seljup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ext {
cucumberVersion = "7.14.1"
springBootVersion = "3.2.0"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
restAssuredVersion = "5.4.0"
}


Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ext {
cucumberVersion = "7.14.1"
springBootVersion = "3.2.0"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
restAssuredVersion = "5.4.0"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion selenium-webdriver-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ext {
cucumberVersion = "7.14.1"
springBootVersion = "3.2.0"
appiumVersion = "9.0.0"
restAssuredVersion = "5.3.1"
restAssuredVersion = "5.4.0"
}

dependencies {
Expand Down

0 comments on commit a67a24b

Please sign in to comment.