Skip to content

Commit 27c320a

Browse files
Update all patch/minor versions (#4129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f38810 commit 27c320a

5 files changed

Lines changed: 27 additions & 27 deletions

File tree

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.8"
9+
id("com.github.spotbugs") version "6.5.1"
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:11.0.20-jre21-temurin-jammy AS runner
3+
FROM tomcat:11.0.21-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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -127,22 +127,22 @@ configurations {
127127

128128
dependencies {
129129
implementation(
130-
'org.springframework:spring-context:7.0.6',
131-
'org.springframework:spring-core:7.0.6',
132-
'org.springframework:spring-web:7.0.6',
133-
'org.springframework:spring-webmvc:7.0.6',
134-
'org.springframework:spring-aspects:7.0.6',
135-
'org.springframework:spring-orm:7.0.6',
136-
'org.springframework:spring-jdbc:7.0.6',
137-
'org.springframework:spring-tx:7.0.6',
138-
'org.springframework:spring-test:7.0.6',
139-
'org.springframework.security:spring-security-config:7.0.4',
140-
'org.springframework.security:spring-security-web:7.0.4',
130+
'org.springframework:spring-context:7.0.7',
131+
'org.springframework:spring-core:7.0.7',
132+
'org.springframework:spring-web:7.0.7',
133+
'org.springframework:spring-webmvc:7.0.7',
134+
'org.springframework:spring-aspects:7.0.7',
135+
'org.springframework:spring-orm:7.0.7',
136+
'org.springframework:spring-jdbc:7.0.7',
137+
'org.springframework:spring-tx:7.0.7',
138+
'org.springframework:spring-test:7.0.7',
139+
'org.springframework.security:spring-security-config:7.0.5',
140+
'org.springframework.security:spring-security-web:7.0.5',
141141
'com.thetransactioncompany:cors-filter:3.1',
142-
'org.hibernate:hibernate-core:6.6.45.Final',
142+
'org.hibernate:hibernate-core:6.6.49.Final',
143143
'org.postgresql:postgresql:42.7.10',
144144
'io.hypersistence:hypersistence-utils-hibernate-63:3.15.2',
145-
'com.mchange:c3p0:0.12.0',
145+
'com.mchange:c3p0:0.13.0',
146146
'javax.media:jai-core:1.1.3',
147147
'jakarta.annotation:jakarta.annotation-api:3.0.0',
148148
'jakarta.persistence:jakarta.persistence-api:3.2.0',
@@ -167,7 +167,7 @@ dependencies {
167167
'org.geotools:gt-svg:34.3',
168168
'org.geotools:gt-cql:34.3',
169169
)
170-
implementation "org.apache.httpcomponents.client5:httpclient5:5.6"
170+
implementation "org.apache.httpcomponents.client5:httpclient5:5.6.1"
171171
jasper(
172172
'ar.com.fdvs:DynamicJasper:5.3.9',
173173
'com.itextpdf:itextpdf:5.5.13.5',
@@ -190,15 +190,15 @@ dependencies {
190190
'com.github.spullara.cli-parser:cli-parser:1.1.6',
191191
'com.sun.mail:javax.mail:1.6.2',
192192
'com.amazonaws:aws-java-sdk-s3:1.12.797',
193-
'io.sentry:sentry-logback:8.37.0',
193+
'io.sentry:sentry-logback:8.40.0',
194194
// For JSON logs
195195
'net.logstash.logback:logstash-logback-encoder:9.0',
196196
// For PDF/A
197197
'com.adobe.xmp:xmpcore:6.1.11',
198198
// For JasperReports
199199
'joda-time:joda-time:2.14.1',
200200
'org.jfree:jcommon:1.0.24',
201-
'org.apache.groovy:groovy-all:5.0.4',
201+
'org.apache.groovy:groovy-all:5.0.5',
202202
'xalan:serializer:2.7.3',
203203
// For WebP images
204204
'com.twelvemonkeys.imageio:imageio-webp:3.13.1',

docker-compose-lib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
geoserver:
3-
image: georchestra/geoserver:25.0.2
3+
image: georchestra/geoserver:25.0.3
44
volumes:
55
- ./examples/geoserver-data/:/mnt/geoserver_datadir:rw
66
- ./core/src/test/resources/map-data/:/mnt/geoserver_datadir/www/map-data:ro

docs/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ repositories {
1818
dependencies {
1919
implementation project(':core')
2020
implementation (
21-
'org.apache.groovy:groovy-xml:5.0.4',
22-
'org.apache.groovy:groovy-json:5.0.4',
23-
"org.springframework:spring-test:7.0.6",
21+
'org.apache.groovy:groovy-xml:5.0.5',
22+
'org.apache.groovy:groovy-json:5.0.5',
23+
"org.springframework:spring-test:7.0.7",
2424
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
2525
'com.samskivert:jmustache:1.16',
26-
'com.google.guava:guava:33.5.0-jre',
27-
'commons-io:commons-io:2.21.0',
28-
"org.springframework:spring-beans:7.0.6",
29-
"org.springframework:spring-web:7.0.6",
30-
"org.springframework:spring-context:7.0.6",
26+
'com.google.guava:guava:33.6.0-jre',
27+
'commons-io:commons-io:2.22.0',
28+
"org.springframework:spring-beans:7.0.7",
29+
"org.springframework:spring-web:7.0.7",
30+
"org.springframework:spring-context:7.0.7",
3131
)
3232
}
3333

0 commit comments

Comments
 (0)