Skip to content

Commit 11bf00f

Browse files
chore(deps): bump org.flywaydb:flyway-database-postgresql
Bumps org.flywaydb:flyway-database-postgresql from 11.3.3 to 11.3.4. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3722b87 commit 11bf00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
5151
runtimeOnly("org.postgresql:postgresql")
5252
implementation("org.flywaydb:flyway-core:11.3.3") // TODO: remove explicit version when the Spring Boot version is updated
53-
implementation("org.flywaydb:flyway-database-postgresql:11.3.3")
53+
implementation("org.flywaydb:flyway-database-postgresql:11.3.4")
5454

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

0 commit comments

Comments
 (0)