Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update flyway to v10.19.0
  • Loading branch information
renovate[bot] authored Oct 14, 2024
commit 57f5a9eb1c56e514c1f19635663cd89a1055128f
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,18 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.18.2</version>
<version>10.19.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>10.18.2</version>
<version>10.19.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.18.2</version>
<version>10.19.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down