Skip to content

Commit b30d899

Browse files
committed
Update Flyway dependencies to version 11.17.1 for PostgreSQL support
1 parent 33ff455 commit b30d899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ dependencies {
5151
implementation 'be.woutschoovaerts:mollie:4.6.4'
5252
implementation 'com.microsoft.playwright:playwright:1.56.0'
5353
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
54-
implementation 'org.flywaydb:flyway-core'
54+
implementation 'org.flywaydb:flyway-core:11.17.1'
55+
implementation 'org.flywaydb:flyway-database-postgresql:11.17.1'
5556

5657
testImplementation 'org.springframework.boot:spring-boot-starter-test'
5758
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)