Skip to content

Commit 24a95ce

Browse files
fix(deps): update flyway to v11.20.0
1 parent fa3c2bd commit 24a95ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
<dependency>
6464
<groupId>org.flywaydb</groupId>
6565
<artifactId>flyway-core</artifactId>
66-
<version>11.11.1</version>
66+
<version>11.20.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.flywaydb</groupId>
7070
<artifactId>flyway-database-postgresql</artifactId>
71-
<version>11.11.1</version>
71+
<version>11.20.0</version>
7272
<scope>runtime</scope>
7373
</dependency>
7474
<dependency>

0 commit comments

Comments
 (0)