Skip to content

Commit d3e95cc

Browse files
chore(deps): bump org.flywaydb:flyway-core from 11.4.1 to 11.15.0
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.4.1 to 11.15.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.4.1...flyway-11.15.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 11.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 547646c commit d3e95cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ repositories {
4949
dependencies {
5050
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
5151
runtimeOnly("org.postgresql:postgresql")
52-
implementation("org.flywaydb:flyway-core:11.4.1") // TODO: remove explicit version when the Spring Boot version is updated
53-
implementation("org.flywaydb:flyway-database-postgresql:11.4.1")
52+
implementation("org.flywaydb:flyway-core:11.15.0") // TODO: remove explicit version when the Spring Boot version is updated
53+
implementation("org.flywaydb:flyway-database-postgresql:11.15.0")
5454

5555
implementation("org.springframework.boot:spring-boot-starter-mail")
5656

0 commit comments

Comments
 (0)