Skip to content

Commit 9f40a7f

Browse files
authored
Merge pull request #240 from Solidarische-Raumnutzung/dependabot/gradle/org.flywaydb-flyway-database-postgresql-11.3.4
chore(deps): bump org.flywaydb:flyway-database-postgresql from 11.3.3 to 11.3.4
2 parents 99b90c7 + f2d31b4 commit 9f40a7f

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.4") // 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)