Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 3c6dc30 commit 135b0b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mapfish_print_builder AS builder

FROM tomcat:9.0.97-jdk11-temurin-jammy AS runner
FROM tomcat:9.0.98-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <[email protected]>"

RUN --mount=type=cache,target=/var/cache,sharing=locked \
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ dependencies {
'org.slf4j:slf4j-api:2.0.16',
'org.slf4j:jcl-over-slf4j:2.0.16',
'org.slf4j:jul-to-slf4j:2.0.16',
'ch.qos.logback:logback-classic:1.5.12',
'ch.qos.logback:logback-access:1.5.12',
'ch.qos.logback:logback-classic:1.5.15',
'ch.qos.logback:logback-access:1.5.15',
'org.json:json:20240303',
'org.yaml:snakeyaml:2.3',
'com.github.spullara.cli-parser:cli-parser:1.1.6',
'com.sun.mail:javax.mail:1.6.2',
'com.amazonaws:aws-java-sdk-s3:1.12.779',
'com.amazonaws:aws-java-sdk-s3:1.12.780',
'io.sentry:sentry-logback:7.14.0',
// For JSON logs
'net.logstash.logback:logstash-logback-encoder:8.0',
Expand Down

0 comments on commit 135b0b2

Please sign in to comment.