From be2b73b7a04ba758686d6f246699552a255765d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:51:46 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 7.5.2 to 10.8.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 7.5.2 to 10.8.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-7.5.2...flyway-10.8.1) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fb789c682..456ae6839 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ val javaxVersion = "2.1.1" val logstashEncoderVersion = "7.4" val postgresVersion = "42.7.1" val hikariVersion = "5.1.0" -val flywayVersion = "7.5.2" +val flywayVersion = "10.8.1" val vaultJdbcVersion = "1.3.9" val jacksonVersion = "2.16.1" val postgresEmbeddedVersion = "1.0.2"