Skip to content

Commit dd6f57c

Browse files
authored
Merge pull request #2905 from objectcomputing/feature-2904/upgrade-flyway
Upgraded to flyway 11.3.4
2 parents 71fc0be + b852c6e commit dd6f57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configurations {
6363
}
6464

6565
dependencies {
66-
runtimeOnly("org.flywaydb:flyway-database-postgresql")
66+
runtimeOnly("org.flywaydb:flyway-database-postgresql:11.3.4")
6767
runtimeOnly("org.yaml:snakeyaml")
6868
runtimeOnly("ch.qos.logback:logback-classic")
6969
runtimeOnly("org.postgresql:postgresql")

0 commit comments

Comments
 (0)