Skip to content

Commit

Permalink
Update flyway to v11.3.3 (#1401)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent eb0f76e commit a1ce397
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>11.3.1</version>
<version>11.3.3</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>11.3.1</version>
<version>11.3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a1ce397

Please sign in to comment.