File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66}
77
88plugins {
9- id(" com.github.spotbugs" ) version " 6.4.4 "
9+ id(" com.github.spotbugs" ) version " 6.4.7 "
1010}
1111
1212defaultTasks ' build'
Original file line number Diff line number Diff line change 11FROM mapfish_print_builder AS builder
22
3- FROM tomcat:9.0.111 -jre21-temurin-jammy AS runner
3+ FROM tomcat:9.0.112 -jre21-temurin-jammy AS runner
44LABEL maintainer="Camptocamp <info@camptocamp.com>"
55
66RUN --mount=type=cache,target=/var/cache,sharing=locked \
Original file line number Diff line number Diff line change @@ -176,14 +176,14 @@ dependencies {
176176 ' org.slf4j:slf4j-api:2.0.17' ,
177177 ' org.slf4j:jcl-over-slf4j:2.0.17' ,
178178 ' org.slf4j:jul-to-slf4j:2.0.17' ,
179- ' ch.qos.logback:logback-classic:1.5.20 ' ,
180- ' ch.qos.logback:logback-access:1.5.20 ' ,
179+ ' ch.qos.logback:logback-classic:1.5.21 ' ,
180+ ' ch.qos.logback:logback-access:1.5.21 ' ,
181181 ' org.json:json:20250517' ,
182182 ' org.yaml:snakeyaml:2.5' ,
183183 ' com.github.spullara.cli-parser:cli-parser:1.1.6' ,
184184 ' com.sun.mail:javax.mail:1.6.2' ,
185- ' com.amazonaws:aws-java-sdk-s3:1.12.793 ' ,
186- ' io.sentry:sentry-logback:8.25.0 ' ,
185+ ' com.amazonaws:aws-java-sdk-s3:1.12.794 ' ,
186+ ' io.sentry:sentry-logback:8.27.1 ' ,
187187 // For JSON logs
188188 ' net.logstash.logback:logstash-logback-encoder:9.0' ,
189189 // For PDF/A
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 ' org.ccil.cowan.tagsoup:tagsoup:1.2.1' ,
2525 ' com.samskivert:jmustache:1.16' ,
2626 ' com.google.guava:guava:33.5.0-jre' ,
27- ' commons-io:commons-io:2.20 .0' ,
27+ ' commons-io:commons-io:2.21 .0' ,
2828 " org.springframework:spring-beans:5.3.39" ,
2929 " org.springframework:spring-web:5.3.39" ,
3030 " org.springframework:spring-context:5.3.39" ,
You can’t perform that action at this time.
0 commit comments