Skip to content

Commit 4920a4c

Browse files
Update all patch/minor versions (#4316)
* Update all patch/minor versions * disable jasper update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sebr72 <sebastien_riollet@hotmail.com>
1 parent fca62cf commit 4920a4c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.24-jre21-temurin-jammy AS runner
3+
FROM tomcat:11.0.25-jre21-temurin-jammy AS runner
44
LABEL maintainer="Camptocamp <info@camptocamp.com>"
55

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

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:2.28.4-georchestra-00
3+
image: georchestra/geoserver:2.28.5-georchestra-00
44
volumes:
55
- ./examples/geoserver-data/:/mnt/geoserver_datadir:rw
66
- ./core/src/test/resources/map-data/:/mnt/geoserver_datadir/www/map-data:ro

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ cors-filter = "3.1"
1111
dynamicjasper = "5.3.9"
1212
geotools = "35.0"
1313
groovy = "5.1.0"
14-
guava = "33.6.0-jre"
14+
guava = "33.7.1-jre"
1515
h2 = "2.4.240"
1616
hibernate = "6.6.55.Final"
1717
httpclient5 = "5.6.4"
18-
hypersistence-utils = "3.15.4"
18+
hypersistence-utils = "3.15.5"
1919
icu4j = "78.3"
2020
imageio-webp = "3.14.0"
2121
itextpdf = "5.5.13.6"
@@ -30,9 +30,9 @@ jcommon = "1.0.24"
3030
jmustache = "1.16"
3131
joda-time = "2.14.3"
3232
json = "20250517"
33-
jts = "1.18.2"
33+
jts = "1.20.0"
3434
junit = "6.1.3"
35-
junit-platform = "6.0.1"
35+
junit-platform = "6.1.3"
3636
logback = "1.6.3"
3737
logstash-logback = "9.0"
3838
metrics = "4.2.39"
@@ -43,8 +43,8 @@ slf4j = "2.0.18"
4343
snakeyaml = "2.6"
4444
spotbugs = "4.10.3"
4545
spotbugs-plugin = "6.5.11"
46-
spring = "7.0.8"
47-
spring-security = "7.1.0"
46+
spring = "7.0.9"
47+
spring-security = "7.1.1"
4848
tagsoup = "1.2.1"
4949
verapdf = "1.30.2"
5050
xalan = "2.7.3"

0 commit comments

Comments
 (0)