From 5a59a56331b0cd420d8a16344e7265fc9c453eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:28:10 +0200 Subject: [PATCH] chore(deps): bump org.flywaydb:flyway-database-postgresql (#2227) Bumps the minorandpatch group in /backend with 1 update: org.flywaydb:flyway-database-postgresql. Updates `org.flywaydb:flyway-database-postgresql` from 10.15.0 to 10.15.2 --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 10d59a72d..a4a3d93a3 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "org.postgresql:postgresql:42.7.3" implementation "org.apache.commons:commons-csv:1.11.0" implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0" - implementation "org.flywaydb:flyway-database-postgresql:10.15.0" + implementation "org.flywaydb:flyway-database-postgresql:10.15.2" implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.52.0" implementation "org.jetbrains.exposed:exposed-jdbc:0.52.0" implementation "org.jetbrains.exposed:exposed-json:0.52.0"