Skip to content

Commit d660663

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

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.2"
9+
id("com.github.spotbugs") version "6.4.4"
1010
}
1111

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

4848
spotbugs {
49-
toolVersion = "4.9.6" // com.github.spotbugs:spotbugs-annotations
49+
toolVersion = "4.9.8" // com.github.spotbugs:spotbugs-annotations
5050
reportsDir = file("$project.buildDir/reports/SpotBugsReports")
5151
effort = com.github.spotbugs.snom.Effort.MAX
5252
reportLevel = com.github.spotbugs.snom.Confidence.valueOf("HIGH")

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.109-jre21-temurin-jammy AS runner
3+
FROM tomcat:9.0.111-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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,22 +176,22 @@ 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.19',
180-
'ch.qos.logback:logback-access:1.5.19',
179+
'ch.qos.logback:logback-classic:1.5.20',
180+
'ch.qos.logback:logback-access:1.5.20',
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.791',
186-
'io.sentry:sentry-logback:8.23.0',
185+
'com.amazonaws:aws-java-sdk-s3:1.12.793',
186+
'io.sentry:sentry-logback:8.25.0',
187187
// For JSON logs
188188
'net.logstash.logback:logstash-logback-encoder:8.1',
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.1',
194+
'org.apache.groovy:groovy-all:5.0.2',
195195
'xalan:serializer:2.7.3',
196196
)
197197

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.1',
22-
'org.apache.groovy:groovy-json:5.0.1',
21+
'org.apache.groovy:groovy-xml:5.0.2',
22+
'org.apache.groovy:groovy-json:5.0.2',
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)