fix: Flyway使用已知可用版本8.5.13
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-27 14:53:28 +00:00
parent 0e2d60395d
commit 4bbafb3de2

View File

@@ -97,14 +97,11 @@
<version>2.0.43</version>
</dependency>
<!-- Flyway 数据库版本管理使用Spring Boot管理的版本 -->
<!-- Flyway 数据库版本管理 -->
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-postgresql</artifactId>
<version>8.5.13</version>
</dependency>
<!-- Test -->