From e39435f749e27f8cdaeb03c40b30a6f11ea27335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:06:29 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 11.13.2 to 11.13.3 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.13.2 to 11.13.3. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.13.2...flyway-11.13.3) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 11.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 87b09930..ea323b3e 100644 --- a/build.gradle +++ b/build.gradle @@ -82,8 +82,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-test' implementation 'org.jetbrains:annotations:26.0.2-1' implementation 'io.hypersistence:hypersistence-utils-hibernate-63:3.11.0' - implementation 'org.flywaydb:flyway-core:11.13.2' - implementation "org.flywaydb:flyway-database-postgresql:11.13.2" + implementation 'org.flywaydb:flyway-core:11.13.3' + implementation "org.flywaydb:flyway-database-postgresql:11.13.3" implementation 'org.webjars.npm:dropzone:5.9.3' implementation 'software.amazon.awssdk:s3:2.35.0' implementation 'com.smartystreets.api:smartystreets-java-sdk:4.2.0'