Skip to content

Commit

Permalink
Update flyway to v11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 1d0cbe1 commit 6eb09d8
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.0")
classpath("org.flywaydb:flyway-database-postgresql:11.3.1")
}
}

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

//database
Expand Down

0 comments on commit 6eb09d8

Please sign in to comment.