Skip to content

Commit

Permalink
Update flyway to v11.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 24ccbcc commit 6fcce51
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:11.3.3")
classpath("org.flywaydb:flyway-database-postgresql:11.3.4")
}
}

Expand All @@ -17,7 +17,7 @@ plugins {
id 'org.sonarqube' version '6.0.1.5171'
id "io.freefair.lombok" version "8.12.2"
id "org.openapi.generator" version "7.11.0"
id "org.flywaydb.flyway" version "11.3.3"
id "org.flywaydb.flyway" version "11.3.4"
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: '11.3.3'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.3.3'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.3.4'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.3.4'
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.9.2'

//database
Expand Down

0 comments on commit 6fcce51

Please sign in to comment.