Skip to content

Commit bd3bb56

Browse files
Update all patch/minor versions (#3864)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28677ed commit bd3bb56

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
plugins {
9-
id("com.github.spotbugs") version "6.4.4"
9+
id("com.github.spotbugs") version "6.4.7"
1010
}
1111

1212
defaultTasks 'build'

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM 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
44
LABEL maintainer="Camptocamp <info@camptocamp.com>"
55

66
RUN --mount=type=cache,target=/var/cache,sharing=locked \

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)