Skip to content

Commit

Permalink
Merge pull request #400 from ebocher/upgrade_deps
Browse files Browse the repository at this point in the history
Upgrade deps
  • Loading branch information
ebocher authored Sep 3, 2024
2 parents 83005c3 + b435224 commit 7e21125
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
- Fix exception on script template
- Standardizing method names
- Update to H2GIS 2.2.2-SNAPSHOT
- Use new sonatype auth
- Use new sonatype auth
- Upgrade many deps : H2, Groovy, Apache Common, JTS
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<!-- Dependencies versions -->
<junit-version>5.8.2</junit-version>
<h2gis-version>2.2.2-SNAPSHOT</h2gis-version>
<jts-version>1.19.0</jts-version>
<groovy-version>4.0.17</groovy-version>
<picocli-version>4.6.3</picocli-version>
<h2-version>2.2.224</h2-version>
<jts-version>1.20.0</jts-version>
<groovy-version>4.0.22</groovy-version>
<picocli-version>4.7.6</picocli-version>
<h2-version>2.3.232</h2-version>
<cts-version>1.7.1</cts-version>
<commons-io-version>2.12.0</commons-io-version>
<commons-compress-version>1.25.0</commons-compress-version>
<slf4j-version>2.0.10</slf4j-version>
<commons-io-version>2.16.1</commons-io-version>
<commons-compress-version>1.27.1</commons-compress-version>
<slf4j-version>2.0.16</slf4j-version>
<smile-version>2.5.3</smile-version>
<xstream-version>1.4.18</xstream-version>

Expand Down

0 comments on commit 7e21125

Please sign in to comment.