Upgrade to Flyway 3.1

The 3.1 release includes an important fix to restore JDK 6
compatibility with the Gradle plugin [1].

Closes gh-2260

[1] https://github.com/flyway/flyway/issues/779
This commit is contained in:
Drummond 2014-12-30 13:28:47 -05:00 committed by Andy Wilkinson
parent 1be12ee945
commit 0025be8771

View File

@ -61,7 +61,7 @@
<commons-pool2.version>2.2</commons-pool2.version>
<crashub.version>1.3.0</crashub.version>
<dropwizard-metrics.version>3.1.0</dropwizard-metrics.version>
<flyway.version>3.0</flyway.version>
<flyway.version>3.1</flyway.version>
<freemarker.version>2.3.21</freemarker.version>
<gemfire.version>7.0.2</gemfire.version>
<glassfish-el.version>3.0.0</glassfish-el.version>