Skip to content

Commit

Permalink
Merge pull request #523 from GIScience/upgrade-postgres
Browse files Browse the repository at this point in the history
upgrade postgres to v42.6.0
  • Loading branch information
tyrasd authored Feb 7, 2024
2 parents 8d287e3 + 70057d6 commit e3d099f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog

## 1.3.0-SNAPSHOT (current main)

### other changes

* upgrade dependencies: ignite to v2.16, guava to v33, caffeine to v3.1.8 ([#521]), postgresql to v42.6 ([#523])
* rename development branch to `main` ([#522])

[#521]: https://github.com/GIScience/oshdb/pull/521
[#522]: https://github.com/GIScience/oshdb/pull/522
[#523]: https://github.com/GIScience/oshdb/pull/523


## 1.2.1

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<jts.version>1.19.0</jts.version>
<!-- h2.version has to be in sync with ignite.version -->
<h2.version>1.4.197</h2.version>
<postgresql.version>42.5.4</postgresql.version>
<postgresql.version>42.6.0</postgresql.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>5.9.2</junit.version>
<jetbrainsannotations.version>24.0.1</jetbrainsannotations.version>
Expand Down

0 comments on commit e3d099f

Please sign in to comment.