We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ff455 commit b30d899Copy full SHA for b30d899
build.gradle
@@ -51,7 +51,8 @@ dependencies {
51
implementation 'be.woutschoovaerts:mollie:4.6.4'
52
implementation 'com.microsoft.playwright:playwright:1.56.0'
53
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
54
- implementation 'org.flywaydb:flyway-core'
+ implementation 'org.flywaydb:flyway-core:11.17.1'
55
+ implementation 'org.flywaydb:flyway-database-postgresql:11.17.1'
56
57
testImplementation 'org.springframework.boot:spring-boot-starter-test'
58
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments