Skip to content

Commit

Permalink
IQSS#10889 bump to Postgres 17, Flyway 10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Oct 8, 2024
1 parent d50c484 commit aeb8f37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

<!-- Major system components and dependencies -->
<payara.version>6.2024.6</payara.version>
<postgresql.version>42.7.2</postgresql.version>
<postgresql.version>42.7.4</postgresql.version>
<solr.version>9.4.1</solr.version>
<aws.version>1.12.748</aws.version>
<google.library.version>26.30.0</google.library.version>
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<packaging.type>war</packaging.type>

<reload4j.version>1.2.18.4</reload4j.version>
<flyway.version>9.22.1</flyway.version>
<flyway.version>10.19.0</flyway.version>
<jhove.version>1.20.1</jhove.version>
<poi.version>5.2.1</poi.version>
<tika.version>2.4.1</tika.version>
Expand Down Expand Up @@ -177,6 +177,11 @@
<artifactId>flyway-core</artifactId>
<version>${flyway.version}</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
</dependency>
<!-- Enable resolution of the JPA provider in persistence.xml -->
<dependency>
<groupId>org.eclipse.persistence</groupId>
Expand Down Expand Up @@ -993,7 +998,7 @@
<skipIntegrationTests>true</skipIntegrationTests>
<!-- Once we truly run tests with Testcontainers, this should be switch to "docker", activating ITs -->
<packaging.type>docker-build</packaging.type>
<postgresql.server.version>16</postgresql.server.version>
<postgresql.server.version>17</postgresql.server.version>

<app.image>gdcc/dataverse:${app.image.tag}</app.image>
<app.image.tag>unstable</app.image.tag>
Expand Down Expand Up @@ -1127,4 +1132,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit aeb8f37

Please sign in to comment.