Skip to content

Commit

Permalink
Merge pull request #8296 from OdumInstitute/8295_support_postgresql_14
Browse files Browse the repository at this point in the history
bump Flyway to support PostgreSQL 14
  • Loading branch information
kcondon authored May 16, 2022
2 parents bd94b0f + 36bd1e5 commit 74631bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions doc/release-notes/8295-support-postgresql-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This release upgrades the bundled PostgreSQL JDBC driver to support major version 14.

Note that the newer PostgreSQL driver required a Flyway version bump, which entails positive and negative consequences:

- The newer version of Flyway supports PostgreSQL 14 and includes a number of security fixes.
- As of version 8.0 the Flyway Community Edition dropped support for PostgreSQL 9.6 and older.

Upgrade instructions may be found under “PostgreSQL Update” in the 5.10 release notes: https://github.com/IQSS/dataverse/releases/tag/v5.10
2 changes: 1 addition & 1 deletion modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

<!-- Major system components and dependencies -->
<payara.version>5.2021.6</payara.version>
<postgresql.version>42.3.3</postgresql.version>
<postgresql.version>42.3.5</postgresql.version>
<solr.version>8.11.1</solr.version>
<aws.version>1.11.762</aws.version>
<google.cloud.version>0.157.0</google.cloud.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<skipUnitTests>false</skipUnitTests>
<reload4j.version>1.2.18.4</reload4j.version>
<flyway.version>5.2.4</flyway.version>
<flyway.version>8.5.10</flyway.version>
<jhove.version>1.20.1</jhove.version>
<jacoco.version>0.8.7</jacoco.version>
<poi.version>5.2.1</poi.version>
Expand Down

0 comments on commit 74631bd

Please sign in to comment.