Skip to content

Commit 726693f

Browse files
Update all dependencies
1 parent 590cb7e commit 726693f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.9</version>
8+
<version>4.0.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>fi.hsl.jore</groupId>
@@ -23,8 +23,8 @@
2323
<guava.version>33.5.0-jre</guava.version>
2424
<!-- Upgrading geojson-jackson to 3.0 would change LngLatAlt serialization from arrays to objects which breaks
2525
existing code -->
26-
<geojson-jackson.version>1.14</geojson-jackson.version>
27-
<immutables.version>2.12.0</immutables.version>
26+
<geojson-jackson.version>3.0</geojson-jackson.version>
27+
<immutables.version>2.12.1</immutables.version>
2828
<geotools.version>34.1</geotools.version>
2929
<mssql-jdbc.version>13.2.1.jre11</mssql-jdbc.version>
3030
<!-- Used as the DB for Spring Batch -->

0 commit comments

Comments
 (0)