Skip to content

Commit

Permalink
bump flyway version from 5.2.4 to 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangJian He authored and nobodyiam committed Apr 13, 2022
1 parent 735f588 commit a42b793
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ Apollo 2.0.0
* [Upgrade spring boot to 2.6.6 and spring cloud to 2021.0.1](https://github.com/apolloconfig/apollo/pull/4295)
* [Fix the apollo portal start failed issue](https://github.com/apolloconfig/apollo/pull/4298)
* [fix: javax.net.ssl.SSLHandshakeException: No appropriate protocol](https://github.com/apolloconfig/apollo/pull/4308)
* [Upgrade flyway to 8.0.5](https://github.com/apolloconfig/apollo/pull/4312)
------------------
All issues and pull requests are [here](https://github.com/ctripcorp/apollo/milestone/8?closed=1)
16 changes: 12 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>5.2.4</version>
<version>8.0.5</version>
<dependencies>
<dependency>
<groupId>mysql</groupId>
Expand All @@ -702,7 +702,11 @@
</dependency>
</dependencies>
<configuration>
<configFile>scripts/flyway/flyway-configdb.properties</configFile>
<configFiles>
<configFile>
scripts/flyway/flyway-configdb.properties
</configFile>
</configFiles>
</configuration>
<inherited>false</inherited>
</plugin>
Expand All @@ -716,7 +720,7 @@
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>5.2.4</version>
<version>8.0.5</version>
<dependencies>
<dependency>
<groupId>mysql</groupId>
Expand All @@ -725,7 +729,11 @@
</dependency>
</dependencies>
<configuration>
<configFile>scripts/flyway/flyway-portaldb.properties</configFile>
<configFiles>
<configFile>
scripts/flyway/flyway-portaldb.properties
</configFile>
</configFiles>
</configuration>
<inherited>false</inherited>
</plugin>
Expand Down

0 comments on commit a42b793

Please sign in to comment.