Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ repositories {
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
runtimeOnly("org.postgresql:postgresql")
implementation("org.flywaydb:flyway-core:11.4.1") // TODO: remove explicit version when the Spring Boot version is updated
implementation("org.flywaydb:flyway-database-postgresql:11.4.1")
implementation("org.flywaydb:flyway-core:11.13.2") // TODO: remove explicit version when the Spring Boot version is updated
implementation("org.flywaydb:flyway-database-postgresql:11.13.2")

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

Expand Down