Skip to content

Commit

Permalink
fix(deps): update versions.restassured to v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 2d376d7 commit 0b0522a
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.5'
versions = [
restAssured : '5.4.0',
restAssured : '5.5.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.4.0',
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.20.2',
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ configurations {

ext {
versions = [
restAssured : '5.4.0',
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.20.2',
Expand Down

0 comments on commit 0b0522a

Please sign in to comment.