Skip to content

Commit 2157236

Browse files
Update all patch/minor versions
1 parent fb20f69 commit 2157236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/Dockerfile

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

33

4-
FROM tomcat:9.0.112-jdk11-temurin-jammy AS runner
4+
FROM tomcat:9.0.113-jdk11-temurin-jammy AS runner
55
LABEL maintainer="Camptocamp <[email protected]>"
66

77
RUN perl -0777 -i -pe 's/(<Valve className="org.apache.catalina.valves.AccessLogValve"[^>]*>)/<Valve className="ch.qos.logback.access.tomcat.LogbackValve" quiet="true"\/>/s' "${CATALINA_HOME}/conf/server.xml" && \

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ dependencies {
188188
'com.github.spullara.cli-parser:cli-parser:1.1.6',
189189
'org.apache.httpcomponents:httpclient:4.5.14',
190190
'com.sun.mail:javax.mail:1.6.2',
191-
'com.amazonaws:aws-java-sdk-s3:1.12.794',
191+
'com.amazonaws:aws-java-sdk-s3:1.12.796',
192192
'com.adobe.xmp:xmpcore:6.1.11',
193193
'io.sentry:sentry-logback:6.25.2',
194194
'net.logstash.logback:logstash-logback-encoder:7.1.1',

0 commit comments

Comments
 (0)