Skip to content

Commit 641ad5f

Browse files
Update all dependencies
1 parent 590cb7e commit 641ad5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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,7 +23,7 @@
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>
26+
<geojson-jackson.version>3.0</geojson-jackson.version>
2727
<immutables.version>2.12.0</immutables.version>
2828
<geotools.version>34.1</geotools.version>
2929
<mssql-jdbc.version>13.2.1.jre11</mssql-jdbc.version>

0 commit comments

Comments
 (0)