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
hezhangjian committed Apr 12, 2022
1 parent a882f3e commit c4b8642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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)
4 changes: 2 additions & 2 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 @@ -716,7 +716,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 Down

0 comments on commit c4b8642

Please sign in to comment.