Skip to content

Commit

Permalink
Merge pull request #473 from codecentric/renovate/patch-pin-image-dig…
Browse files Browse the repository at this point in the history
…est-versions

fix(deps): update dependency de.codecentric:chaos-monkey-spring-boot to v3.0.2
  • Loading branch information
renovate[bot] authored Aug 4, 2023
2 parents 6b73ce7 + 7d5545e commit 0ec6d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ext {
versions = [
restAssured : '5.3.1',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.1',
chaosMonkey : '3.0.2',
testcontainers : '1.18.3',
postgresql : '42.6.0',
springdoc : '2.1.0',
Expand Down
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
mavenCentral()
}

extra["chaosMonkeyVersion"] = "3.0.1"
extra["chaosMonkeyVersion"] = "3.0.2"
extra["mockkVersion"] = "1.13.5"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.0-beta-10"
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
versions = [
restAssured : '5.3.1',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.1',
chaosMonkey : '3.0.2',
testcontainers : '1.18.3',
reflections : '0.10.2',
postgresql : '42.6.0',
Expand Down

0 comments on commit 0ec6d2c

Please sign in to comment.