Skip to content

Commit

Permalink
Merge pull request #1349 from ebocher/h2_220
Browse files Browse the repository at this point in the history
Upgrade H2 database from 2.1.214 to 2.2.220
  • Loading branch information
ebocher committed Jul 10, 2023
2 parents aeded21 + 038e183 commit 11e22d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
+ Fix empty polygon with ST_TESSELLATE
+ Add ST_ConcaveHull function
+ Improve ST_Graph function to keep a list of columns for the edges
+ Upgrade H2 database from 2.1.214 to 2.2.220
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!-- Dependencies versions -->
<commons-compress-version>1.21</commons-compress-version>
<commons-io-version>2.11.0</commons-io-version>
<h2-version>2.1.214</h2-version>
<h2-version>2.2.220</h2-version>
<jackson-core-version>2.13.2</jackson-core-version>
<jts-version>1.19.0</jts-version>
<junit-version>5.9.2</junit-version>
Expand Down

0 comments on commit 11e22d3

Please sign in to comment.