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 9, 2025
1 parent 04d9287 commit 3990cdb
Show file tree
Hide file tree
Showing 9 changed files with 324 additions and 535 deletions.
4 changes: 2 additions & 2 deletions services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ ext {
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.20.3',
testcontainers : '1.20.4',
postgresql : '42.7.4',
springdoc : '2.6.0',
liquibase : '4.29.2',
pactProvider : '4.6.15',
pactProvider : '4.6.16',
jna : '5.8.0',
preliquibase : '1.5.1'
]
Expand Down
6 changes: 3 additions & 3 deletions services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ repositories {
}

extra["chaosMonkeyVersion"] = "3.1.0"
extra["mockkVersion"] = "1.13.13"
extra["mockkVersion"] = "1.13.14"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.1"
extra["moschiVersion"] = "1.15.2"

dependencies {
implementation("io.swagger.core.v3:swagger-annotations:2.2.25")
implementation("io.swagger.core.v3:swagger-annotations:2.2.27")
implementation("com.squareup.moshi:moshi:${property("moschiVersion")}")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ext {
restAssured : '5.5.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.20.3',
testcontainers : '1.20.4',
reflections : '0.10.2',
postgresql : '42.7.4',
jna : '5.8.0'
Expand Down
2 changes: 1 addition & 1 deletion services/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
2 changes: 1 addition & 1 deletion services/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.27.2
FROM nginx:1.27.3
COPY build/ /usr/share/nginx/html/dist
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./docker-entrypoint.sh /
Expand Down
Loading

0 comments on commit 3990cdb

Please sign in to comment.