Skip to content

Commit

Permalink
upgrade postgres to 42.5.5 to fix CVE (#973)
Browse files Browse the repository at this point in the history
* upgrade postgres to 42.5.5 to fix CVE

* changelog
  • Loading branch information
gfukushima authored Feb 26, 2024
1 parent 6edeae3 commit fc80cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Next Version

### Bugs fixed
- Update postgresql to fix CVE-2024-1597

## 24.2.0

This is a required update for Mainnet users containing the configuration for the Deneb upgrade on March 13th. This update is required for Gnosis Deneb network upgrade on March 11th. For all other networks, this update is optional.
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencyManagement {
dependency 'com.azure:azure-identity:1.11.1'

dependency 'com.zaxxer:HikariCP:5.0.1'
dependency 'org.postgresql:postgresql:42.5.3'
dependency 'org.postgresql:postgresql:42.5.5'

dependencySet(group: 'org.jdbi', version: '3.36.0') {
entry 'jdbi3-core'
Expand Down

0 comments on commit fc80cad

Please sign in to comment.