update flyway dependency to latest 5.0.2 release

This commit is contained in:
chober 2017-12-18 13:52:59 +00:00
parent f9a24e2420
commit 8828d98fc7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>4.2.0</version><!--$NO-MVN-MAN-VER$-->
<version>5.0.2</version>
</dependency>
<dependency>