From 76b2d5623e233686172593aa79fb772cf89bcb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:19:46 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 8.5.13 to 11.3.0 in /api Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 8.5.13 to 11.3.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-8.5.13...flyway-11.3.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pom.xml b/api/pom.xml index 0e9215c7..f62d654f 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -205,7 +205,7 @@ <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> - <version>8.5.13</version> + <version>11.3.0</version> </dependency> <dependency> <groupId>io.github.resilience4j</groupId>