Skip to content

Commit

Permalink
simple features versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Feb 23, 2024
1 parent a62609b commit 6b7ad57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Adheres to [Semantic Versioning](http://semver.org/).
* R-tree update trigger modifications
* DAO column range support (including geometry envelopes & bounding boxes) to build where clauses & args for queries
* User Column integrated Data Columns Schema support
* sf-wkb version 2.2.3
* sf-wkt version 1.2.3
* sf-proj version 4.3.2
* oapi-features-json version 2.3.3

## [6.6.5](https://github.com/ngageoint/geopackage-core-java/releases/tag/6.6.5) (11-29-2023)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-wkb</artifactId>
<version>2.2.2</version>
<version>2.2.3</version>
</dependency>
<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-wkt</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-proj</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>mil.nga.oapi.features</groupId>
Expand Down

0 comments on commit 6b7ad57

Please sign in to comment.