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 Nov 10, 2024
1 parent d6ded08 commit 543dea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mapfish_print_builder AS builder


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

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
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {
"org.springframework:spring-test:$springVersion",
// Indirect dependencies
'org.apache.commons:commons-text:1.10.0',
'org.hsqldb:hsqldb:2.7.3',
'org.hsqldb:hsqldb:2.7.4',
'com.fasterxml.jackson.core:jackson-databind:2.13.5',
'org.testng:testng:7.5.1',
'com.google.guava:guava:32.0.1-jre',
Expand Down

0 comments on commit 543dea4

Please sign in to comment.