Skip to content

Commit 79e017f

Browse files
Update all patch/minor versions (#3902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b33116 commit 79e017f

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.112-jdk11-temurin-jammy AS runner
3+
FROM tomcat:9.0.113-jdk11-temurin-jammy AS runner
44
LABEL maintainer="Camptocamp <[email protected]>"
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.21',
178-
'ch.qos.logback:logback-access:1.5.21',
177+
'ch.qos.logback:logback-classic:1.5.23',
178+
'ch.qos.logback:logback-access:1.5.23',
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.794',
183+
'com.amazonaws:aws-java-sdk-s3:1.12.796',
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)