Skip to content

Commit 2ed2c0e

Browse files
fix(deps): update flyway to v11.13.0
1 parent 93ae60b commit 2ed2c0e

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.12.0</version>
50+
<version>11.13.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.flywaydb</groupId>
5454
<artifactId>flyway-database-postgresql</artifactId>
55-
<version>11.12.0</version>
55+
<version>11.13.0</version>
5656
<scope>runtime</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)