Skip to content

Commit

Permalink
Merge pull request #97 from GIScience/fix/jts-version-incompatibility
Browse files Browse the repository at this point in the history
fix: update jts-core and jackson-datatype-jts version
  • Loading branch information
takb authored Sep 9, 2024
2 parents 098b14e + d5a8b41 commit 7237ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.graphhopper.external</groupId>
<artifactId>jackson-datatype-jts</artifactId>
<version>0.12-2.5-1</version>
<version>2.14</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
Expand All @@ -107,7 +107,7 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.15.1</version>
<version>1.19.0</version>
</dependency>
<dependency>
<groupId>com.wdtinc</groupId>
Expand Down

0 comments on commit 7237ea0

Please sign in to comment.