Skip to content

Commit 2f4c9b4

Browse files
Update all patch/minor versions (#3813)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59d69a5 commit 2f4c9b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mapfish_print_builder AS builder
22

3-
FROM tomcat:9.0.109-jdk11-temurin-jammy AS runner
3+
FROM tomcat:9.0.111-jdk11-temurin-jammy AS runner
44
LABEL maintainer="Camptocamp <info@camptocamp.com>"
55

66
RUN --mount=type=cache,target=/var/cache,sharing=locked \

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@ dependencies {
174174
'org.slf4j:slf4j-api:2.0.17',
175175
'org.slf4j:jcl-over-slf4j:2.0.17',
176176
'org.slf4j:jul-to-slf4j:2.0.17',
177-
'ch.qos.logback:logback-classic:1.5.18',
178-
'ch.qos.logback:logback-access:1.5.18',
177+
'ch.qos.logback:logback-classic:1.5.20',
178+
'ch.qos.logback:logback-access:1.5.20',
179179
'org.json:json:20240303',
180180
'org.yaml:snakeyaml:2.3',
181181
'com.github.spullara.cli-parser:cli-parser:1.1.6',
182182
'com.sun.mail:javax.mail:1.6.2',
183-
'com.amazonaws:aws-java-sdk-s3:1.12.791',
183+
'com.amazonaws:aws-java-sdk-s3:1.12.792',
184184
'io.sentry:sentry-logback:7.14.0',
185185
// For JSON logs
186186
'net.logstash.logback:logstash-logback-encoder:8.0',

0 commit comments

Comments
 (0)