Skip to content

Commit

Permalink
Merge pull request #1063 from puzzle/renovate/flyway
Browse files Browse the repository at this point in the history
Update flyway to v10.20.0
  • Loading branch information
peggimann authored Oct 21, 2024
2 parents a67a6b4 + dad4912 commit 878284e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.13.0</version>
<version>10.20.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.13.0</version>
<version>10.20.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 878284e

Please sign in to comment.