Skip to content

Commit

Permalink
Bump flyway-core from 9.22.3 to 10.11.0
Browse files Browse the repository at this point in the history
This change also requires that we include the Flyway PostgresQL module.
  • Loading branch information
jvtrigueros committed Apr 9, 2024
1 parent 7fe0269 commit 9216e50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<properties>
<exposed.version>0.49.0</exposed.version>
<flyway.version>10.11.0</flyway.version>
<jda.version>5.0.0-beta.22</jda.version>
<jda-ktx.version>0.11.0-beta.19</jda-ktx.version>
<koin.version>3.5.3</koin.version>
Expand Down Expand Up @@ -228,7 +229,13 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.22.3</version>
<version>${flyway.version}</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>${flyway.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.exposed</groupId>
Expand Down

0 comments on commit 9216e50

Please sign in to comment.