From ea062761d6008dd4dcefe89df48fa17cf9510338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:38:19 +0000 Subject: [PATCH] :arrow_up: Bump org.flywaydb:flyway-core from 9.19.3 to 10.9.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.19.3 to 10.9.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.19.3...flyway-10.9.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5f0586ef..45d830df 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation group: 'org.eclipse.parsson', name: 'parsson', version: '1.1.5' // This should be kept in line with the data Dockerfile versions - implementation 'org.flywaydb:flyway-core:9.19.3' + implementation 'org.flywaydb:flyway-core:10.9.0' runtimeOnly 'org.hsqldb:hsqldb' runtimeOnly 'org.postgresql:postgresql:42.6.0'