Skip to content

Commit

Permalink
Merge pull request #611 from codecentric/renovate/versions.restassured
Browse files Browse the repository at this point in the history
fix(deps): update versions.restassured to v5.4.0
  • Loading branch information
cc-ju authored Dec 15, 2023
2 parents 6f35278 + f49479e commit f2db8b5
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 f2db8b5

Please sign in to comment.