From ac006e08bdb9b2f94f4be713e71f0dbeb2099e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:53:34 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.21.2 to 9.22.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.21.2 to 9.22.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.21.2...flyway-9.22.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 332de3644..18b7be1fb 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation 'org.jetbrains:annotations:24.0.1' implementation 'io.hypersistence:hypersistence-utils-hibernate-60:3.5.2' implementation 'javax.persistence:javax.persistence-api:2.2' - implementation 'org.flywaydb:flyway-core:9.21.2' + implementation 'org.flywaydb:flyway-core:9.22.0' implementation 'net.coobird:thumbnailator:0.4.20' implementation 'org.webjars.npm:dropzone:5.9.3' implementation 'com.amazonaws:aws-java-sdk-s3:1.12.364'