File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
2525 group = ' org.mapfish.print'
2626 version = ' 1.0.0'
2727 ext. junitVersion = " 4.13.2"
28- ext. groovyVersion = " 3.0.24 "
28+ ext. groovyVersion = " 3.0.25 "
2929 ext. spotbugsVersion = ' 4.8.6'
3030 ext. jasperreportVersion = " 6.20.6"
3131
Original file line number Diff line number Diff line change 11FROM mapfish_print_builder AS builder
22
33
4- FROM tomcat:9.0.105 -jdk11-temurin-jammy AS runner
4+ FROM tomcat:9.0.106 -jdk11-temurin-jammy AS runner
55LABEL maintainer=
"Camptocamp <[email protected] >" 66
77RUN 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 && \
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ ext {
118118
119119dependencies {
120120 def slf4jVersion = ' 1.7.36'
121- def metricsVersion = ' 4.2.32 '
121+ def metricsVersion = ' 4.2.33 '
122122 def geotoolsVersion = ' 27.5'
123123 def logbackVersion = ' 1.4.14'
124124
@@ -186,7 +186,7 @@ dependencies {
186186 ' com.github.spullara.cli-parser:cli-parser:1.1.6' ,
187187 ' org.apache.httpcomponents:httpclient:4.5.14' ,
188188 ' com.sun.mail:javax.mail:1.6.2' ,
189- ' com.amazonaws:aws-java-sdk-s3:1.12.783 ' ,
189+ ' com.amazonaws:aws-java-sdk-s3:1.12.787 ' ,
190190 ' com.adobe.xmp:xmpcore:6.1.11' ,
191191 ' io.sentry:sentry-logback:6.25.2' ,
192192 ' net.logstash.logback:logstash-logback-encoder:7.1.1' ,
You can’t perform that action at this time.
0 commit comments