Skip to content

Commit

Permalink
fix(deps): update versions.restassured to v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 879c752 commit 7b22fb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
ext {
springCloudVersion = '2022.0.4'
versions = [
restAssured : '5.3.2',
restAssured : '5.4.0',
junitJupiter : '5.8.0',
]
}
Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configurations {

ext {
versions = [
restAssured : '5.3.2',
restAssured : '5.4.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ configurations {

ext {
versions = [
restAssured : '5.3.2',
restAssured : '5.4.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
Expand Down

0 comments on commit 7b22fb0

Please sign in to comment.