Skip to content

Commit

Permalink
Update flyway to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent f9b8143 commit 827984a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.22.0")
classpath("org.flywaydb:flyway-database-postgresql:11.0.1")
}
}

Expand All @@ -17,7 +17,7 @@ plugins {
id 'org.sonarqube' version '5.1.0.4882'
id "io.freefair.lombok" version "8.11"
id "org.openapi.generator" version "7.10.0"
id "org.flywaydb.flyway" version "10.22.0"
id "org.flywaydb.flyway" version "11.0.1"
id 'maven-publish'
id("com.dorongold.task-tree") version "4.0.0"
}
Expand Down Expand Up @@ -438,8 +438,8 @@ dependencies {
implementation 'com.azure:azure-storage-blob'

implementation group: 'io.rest-assured', name: 'rest-assured'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.22.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.22.0'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.0.1'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.0.1'
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.9.0'

//database
Expand Down

0 comments on commit 827984a

Please sign in to comment.