Skip to content

Commit

Permalink
fix(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 0b3d6df commit 7298ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ext {
versions = [
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
chaosMonkey : '3.1.2',
testcontainers : '1.20.4',
postgresql : '42.7.4',
springdoc : '2.6.0',
Expand Down
4 changes: 2 additions & 2 deletions services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ repositories {
mavenCentral()
}

extra["chaosMonkeyVersion"] = "3.1.0"
extra["mockkVersion"] = "1.13.14"
extra["chaosMonkeyVersion"] = "3.1.2"
extra["mockkVersion"] = "1.13.16"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.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 @@ -71,7 +71,7 @@ ext {
versions = [
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
chaosMonkey : '3.1.2',
testcontainers : '1.20.4',
reflections : '0.10.2',
postgresql : '42.7.4',
Expand Down

0 comments on commit 7298ac3

Please sign in to comment.