Skip to content

Commit f77c7da

Browse files
fix(deps): update flyway to v11.12.0
1 parent 28896b7 commit f77c7da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>org.flywaydb</groupId>
4949
<artifactId>flyway-core</artifactId>
50-
<version>11.11.2</version>
50+
<version>11.12.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.flywaydb</groupId>
5454
<artifactId>flyway-database-postgresql</artifactId>
55-
<version>11.11.2</version>
55+
<version>11.12.0</version>
5656
<scope>runtime</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)