Skip to content

Commit e0e1f22

Browse files
Update flyway to v11.11.0 (#3052)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a896083 commit e0e1f22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
dependencies {
3-
classpath("org.flywaydb:flyway-database-postgresql:11.8.2")
3+
classpath("org.flywaydb:flyway-database-postgresql:11.11.0")
44
}
55
}
66

@@ -17,7 +17,7 @@ plugins {
1717
id 'org.sonarqube' version '6.2.0.5505'
1818
id "io.freefair.lombok" version "8.14"
1919
id "org.openapi.generator" version "7.13.0"
20-
id "org.flywaydb.flyway" version "11.8.2"
20+
id "org.flywaydb.flyway" version "11.11.0"
2121
id 'maven-publish'
2222
id("com.dorongold.task-tree") version "4.0.1"
2323
}
@@ -458,8 +458,8 @@ dependencies {
458458
implementation 'com.azure:azure-storage-blob'
459459

460460
implementation group: 'io.rest-assured', name: 'rest-assured'
461-
implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.8.2'
462-
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.8.2'
461+
implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.11.0'
462+
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.11.0'
463463
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.10.3'
464464

465465
//database

0 commit comments

Comments
 (0)