Skip to content

Commit

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

chore(deps): update patch, pin, image digest versions
  • Loading branch information
renovate[bot] authored Mar 4, 2024
2 parents c99edbf + 2580b7e commit 0e763ab
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 109 deletions.
8 changes: 4 additions & 4 deletions services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ ext {
restAssured : '5.4.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.19.4',
postgresql : '42.7.1',
testcontainers : '1.19.6',
postgresql : '42.7.2',
springdoc : '2.3.0',
liquibase : '4.25.1',
pactProvider : '4.6.6',
pactProvider : '4.6.7',
jna : '5.8.0',
preliquibase : '1.5.0'
]
Expand All @@ -85,7 +85,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.2'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.3'
}
}

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 @@ -44,7 +44,7 @@ repositories {
}

extra["chaosMonkeyVersion"] = "3.1.0"
extra["mockkVersion"] = "1.13.9"
extra["mockkVersion"] = "1.13.10"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.1"
Expand Down
6 changes: 3 additions & 3 deletions services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ ext {
restAssured : '5.4.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.19.4',
testcontainers : '1.19.6',
reflections : '0.10.2',
postgresql : '42.7.1',
postgresql : '42.7.2',
jna : '5.8.0'
]
}
Expand All @@ -84,7 +84,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.2'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion services/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.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.25.3
FROM nginx:1.25.4
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 0e763ab

Please sign in to comment.