From 4ab7f6294df2efd93ae29ff74c4ca6db4ea2bb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 05:14:21 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 10.2.0 to 10.3.0 in /springboot-app Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.2.0...flyway-10.3.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- springboot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springboot-app/build.gradle.kts b/springboot-app/build.gradle.kts index 3515d75..160ba47 100644 --- a/springboot-app/build.gradle.kts +++ b/springboot-app/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("org.springframework.cloud:spring-cloud-starter-vault-config") implementation("org.springframework.boot:spring-boot-starter-jdbc") - implementation("org.flywaydb:flyway-core:10.2.0") + implementation("org.flywaydb:flyway-core:10.3.0") implementation("org.flywaydb:flyway-database-postgresql:10.2.0") implementation("org.postgresql:postgresql:42.7.1")