Skip to content

Commit

Permalink
Downgrade flyway due to issues with v10
Browse files Browse the repository at this point in the history
  • Loading branch information
Knorrke committed Jun 15, 2024
1 parent 10391bc commit 4e72e7c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
too -->
<freemarker.version>2.3.33</freemarker.version>
<spring.version>6.1.9</spring.version>
<flyway.version>10.15.0</flyway.version>
<flyway.version>9.19.0</flyway.version>
<postgresql.version>42.7.3</postgresql.version>
<embedded-postgres.version>2.0.7</embedded-postgres.version>
<hikari.version>5.0.1</hikari.version>
Expand Down Expand Up @@ -136,11 +136,6 @@
<artifactId>flyway-core</artifactId>
<version>${flyway.version}</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
</dependency>

<!-- Connection pool -->
<dependency>
Expand Down Expand Up @@ -400,9 +395,9 @@
</configuration>
<dependencies>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 4e72e7c

Please sign in to comment.