From 6ba64e34d8d53b985c8c819477d30f49a15683c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 22:25:27 +0000 Subject: [PATCH] build(deps): bump org.flywaydb:flyway-database-postgresql Bumps org.flywaydb:flyway-database-postgresql from 11.8.0 to 11.8.1. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-version: 11.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cbd71fd..1630cac 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.postgresql:postgresql:42.7.5' // implementation 'org.flywaydb:flyway-core:10.20.1' - implementation 'org.flywaydb:flyway-database-postgresql:11.8.0' + implementation 'org.flywaydb:flyway-database-postgresql:11.8.1' testImplementation 'org.testcontainers:postgresql:1.21.0' testImplementation 'org.testcontainers:testcontainers:1.21.0' testImplementation 'io.rest-assured:rest-assured'