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] committed Oct 1, 2024
1 parent 1c2b8a2 commit 2561c5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.93-jdk11-temurin-jammy AS runner
FROM tomcat:9.0.95-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <info@camptocamp.com>"

RUN --mount=type=cache,target=/var/cache,sharing=locked \
Expand Down
4 changes: 2 additions & 2 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.7',
'ch.qos.logback:logback-classic:1.5.8',
'ch.qos.logback:logback-access:1.4.14',
'org.json:json:20240303',
'org.yaml:snakeyaml:2.2',
'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.770',
'com.amazonaws:aws-java-sdk-s3:1.12.772',
'io.sentry:sentry-logback:7.5.0',
// For JSON logs
'net.logstash.logback:logstash-logback-encoder:8.0',
Expand Down

0 comments on commit 2561c5b

Please sign in to comment.