Skip to content

Commit 2683188

Browse files
Update all patch/minor versions (#3904)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3be1676 commit 2683188

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-jdk17-temurin-jammy AS runner
3+
FROM tomcat:9.0.113-jdk17-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
@@ -173,13 +173,13 @@ dependencies {
173173
'org.slf4j:slf4j-api:2.0.17',
174174
'org.slf4j:jcl-over-slf4j:2.0.17',
175175
'org.slf4j:jul-to-slf4j:2.0.17',
176-
'ch.qos.logback:logback-classic:1.5.21',
177-
'ch.qos.logback:logback-access:1.5.21',
176+
'ch.qos.logback:logback-classic:1.5.23',
177+
'ch.qos.logback:logback-access:1.5.23',
178178
'org.json:json:20250517',
179179
'org.yaml:snakeyaml:2.3',
180180
'com.github.spullara.cli-parser:cli-parser:1.1.6',
181181
'com.sun.mail:javax.mail:1.6.2',
182-
'com.amazonaws:aws-java-sdk-s3:1.12.794',
182+
'com.amazonaws:aws-java-sdk-s3:1.12.796',
183183
'io.sentry:sentry-logback:8.1.0',
184184
// For JSON logs
185185
'net.logstash.logback:logstash-logback-encoder:8.0',

0 commit comments

Comments
 (0)