Skip to content

Commit 08c15ad

Browse files
Update all patch/minor versions (#3905)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72c9d23 commit 08c15ad

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.7"
9+
id("com.github.spotbugs") version "6.4.8"
1010
}
1111

1212
defaultTasks 'build'
@@ -65,7 +65,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
6565

6666
dependencies {
6767
testImplementation(
68-
'org.mockito:mockito-core:5.20.0',
68+
'org.mockito:mockito-core:5.21.0',
6969
)
7070
}
7171

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.112-jre21-temurin-jammy AS runner
3+
FROM tomcat:9.0.113-jre21-temurin-jammy AS runner
44
LABEL maintainer="Camptocamp <[email protected]>"
55

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

core/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,25 +176,25 @@ 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.21',
180-
'ch.qos.logback:logback-access:1.5.21',
179+
'ch.qos.logback:logback-classic:1.5.23',
180+
'ch.qos.logback:logback-access:1.5.23',
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.794',
186-
'io.sentry:sentry-logback:8.27.1',
185+
'com.amazonaws:aws-java-sdk-s3:1.12.797',
186+
'io.sentry:sentry-logback:8.29.0',
187187
// For JSON logs
188188
'net.logstash.logback:logstash-logback-encoder:9.0',
189189
// For PDF/A
190190
'com.adobe.xmp:xmpcore:6.1.11',
191191
// For JasperReports
192192
'joda-time:joda-time:2.14.0',
193193
'org.jfree:jcommon:1.0.24',
194-
'org.apache.groovy:groovy-all:5.0.2',
194+
'org.apache.groovy:groovy-all:5.0.3',
195195
'xalan:serializer:2.7.3',
196196
// For WebP images
197-
'com.twelvemonkeys.imageio:imageio-webp:3.12.0',
197+
'com.twelvemonkeys.imageio:imageio-webp:3.13.0',
198198
)
199199

200200
implementation(

docs/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ repositories {
1818
dependencies {
1919
implementation project(':core')
2020
implementation (
21-
'org.apache.groovy:groovy-xml:5.0.2',
22-
'org.apache.groovy:groovy-json:5.0.2',
21+
'org.apache.groovy:groovy-xml:5.0.3',
22+
'org.apache.groovy:groovy-json:5.0.3',
2323
"org.springframework:spring-test:5.3.39",
2424
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
2525
'com.samskivert:jmustache:1.16',

0 commit comments

Comments
 (0)