Skip to content

Commit

Permalink
Bump GeoJson-Jackson from 1.5 to 1.14 (#219)
Browse files Browse the repository at this point in the history
* Bump geojson-jackson from 1.5 to 1.8
* Switch Jackson dependency to bom
* Bump geojson-jackson from 1.8 to 1.14
  • Loading branch information
marecabo authored Apr 23, 2024
1 parent 4b98a9d commit 22f9bae
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>de.grundid.opendatalab</groupId>
<artifactId>geojson-jackson</artifactId>
<version>1.5</version>
<version>1.14</version>
</dependency>
<dependency>
<groupId>net.lingala.zip4j</groupId>
Expand All @@ -85,7 +85,11 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<!-- required for tests with geojson-jackson -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
Expand All @@ -99,6 +103,18 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 22f9bae

Please sign in to comment.