fix: Flyway使用已知可用版本8.5.13
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user