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 Nov 15, 2024
1 parent 490e7ee commit fa08c1d
Show file tree
Hide file tree
Showing 3 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.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 @@ -156,7 +156,7 @@ dependencies {
)
jasper(
"net.sf.jasperreports:jasperreports:6.20.6",
"org.codehaus.groovy:groovy-all:3.0.22",
"org.codehaus.groovy:groovy-all:3.0.23",
'ar.com.fdvs:DynamicJasper:5.3.9',
"net.sf.jasperreports:jasperreports-fonts:6.20.6",
"net.sf.jasperreports:jasperreports-functions:6.20.6",
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
compile project(':core')
compile (
"org.codehaus.groovy:groovy-all:3.0.22",
"org.codehaus.groovy:groovy-all:3.0.23",
"org.springframework:spring-test:5.3.39",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15',
Expand Down

0 comments on commit fa08c1d

Please sign in to comment.