Skip to content

Commit

Permalink
Update all patch versions (#3515)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent fa08c1d commit 9209d28
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.96-jdk11-temurin-jammy AS runner
FROM tomcat:9.0.97-jdk11-temurin-jammy AS runner
LABEL maintainer="Camptocamp <info@camptocamp.com>"

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" \
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ dependencies {
"org.springframework:spring-context:5.3.39",
"org.springframework:spring-web:5.3.39",
"org.springframework:spring-webmvc:5.3.39",
"org.springframework.security:spring-security-config:5.8.15",
"org.springframework.security:spring-security-web:5.8.15",
"org.springframework.security:spring-security-config:5.8.16",
"org.springframework.security:spring-security-web:5.8.16",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.15.Final',
Expand Down Expand Up @@ -174,7 +174,7 @@ dependencies {
'com.github.spullara.cli-parser:cli-parser:1.1.6',
'org.apache.httpcomponents:httpclient:4.5.14',
'com.sun.mail:javax.mail:1.6.2',
'com.amazonaws:aws-java-sdk-s3:1.12.777',
'com.amazonaws:aws-java-sdk-s3:1.12.778',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:6.25.2',
'net.logstash.logback:logstash-logback-encoder:7.2',
Expand Down

0 comments on commit 9209d28

Please sign in to comment.