Skip to content

Commit

Permalink
jackson-databind 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 19, 2024
1 parent 697c9cb commit 150a560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

* GeoJsonObject simple geometry retrieval method
* FeatureConverter conversion to simple geometry utility methods
* jackson-databind version 2.17.0

## [3.3.2](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.3.2) (01-19-2023)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 150a560

Please sign in to comment.