Skip to content

Commit 8f12c52

Browse files
Update all dependencies
1 parent 16868af commit 8f12c52

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
@@ -23,9 +23,9 @@
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.1</immutables.version>
28-
<geotools.version>34.1</geotools.version>
28+
<geotools.version>34.2</geotools.version>
2929
<mssql-jdbc.version>13.2.1.jre11</mssql-jdbc.version>
3030
<!-- Used as the DB for Spring Batch -->
3131
<hsqldb.version>2.7.4</hsqldb.version>
@@ -38,7 +38,7 @@
3838

3939
<!-- Maven plugins -->
4040
<maven-compiler.plugin.version>3.14.1</maven-compiler.plugin.version>
41-
<maven-properties.plugin.version>1.2.1</maven-properties.plugin.version>
41+
<maven-properties.plugin.version>1.3.0</maven-properties.plugin.version>
4242
<maven-enforcer.plugin.version>3.6.2</maven-enforcer.plugin.version>
4343
<maven-build-helper.plugin.version>3.6.1</maven-build-helper.plugin.version>
4444
<maven-spotless.plugin.version>3.1.0</maven-spotless.plugin.version>

0 commit comments

Comments
 (0)