Skip to content

Commit d5a8b41

Browse files
committed
fix: update jts-core and jackson-datatype-jts version
1 parent 098b14e commit d5a8b41

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
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.graphhopper.external</groupId>
9999
<artifactId>jackson-datatype-jts</artifactId>
100-
<version>0.12-2.5-1</version>
100+
<version>2.14</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>com.carrotsearch</groupId>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.locationtech.jts</groupId>
109109
<artifactId>jts-core</artifactId>
110-
<version>1.15.1</version>
110+
<version>1.19.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>com.wdtinc</groupId>

0 commit comments

Comments
 (0)