We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b90c7 + f2d31b4 commit 9f40a7fCopy full SHA for 9f40a7f
build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
51
runtimeOnly("org.postgresql:postgresql")
52
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")
+ implementation("org.flywaydb:flyway-database-postgresql:11.3.4")
54
55
implementation("org.springframework.boot:spring-boot-starter-mail")
56
0 commit comments