diff --git a/build.gradle b/build.gradle index 55bd383..1fcd978 100644 --- a/build.gradle +++ b/build.gradle @@ -65,8 +65,9 @@ dependencies { // it applied migrations from tests on production environment // so I decided to use latest version from maven // 11.1.0, 11.0.1, 10.22.0 works perfect - // TODO: use versions from spring dep manager (can it even be trusted after this horrendous upgrade?) - implementation 'org.flywaydb:flyway-core:11.1.0' + // For some reason the problem is in vscode spring boot plugin. If you run app from there, you get this problem with other versions of flyway. + // If you run app from console - everything is fine as should be. + implementation 'org.flywaydb:flyway-core' // implementation 'org.jooq:jooq' // freemarker