This PR upgrades Flyway dependency to recently released 9.0.1 and adjusts to various breaking changes:

  • removal of previously deprecated properties (ignore*Migrations, oracleKerberosConfigFile)
  • removal of properties that have moved out of Flyway OSS (baselineMigrationPrefix)
  • change of default values for properties (cleanDisabled)
  • PluginRegister#getPlugin not being static anymore
  • MigrationType changed from being an enum to interface
  • license key detection log entry

Comment From: wilkinsona

Thanks very much, @vpavic.