Skip to content

Commit

Permalink
fix(deps): update flyway to v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent ce69579 commit 016aaae
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.0.0")
classpath("org.flywaydb:flyway-database-postgresql:11.2.0")
}
}

Expand All @@ -15,7 +15,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '6.0.1.5171'
id "io.freefair.lombok" version "8.11"
id 'org.flywaydb.flyway' version '11.0.0'
id 'org.flywaydb.flyway' version '11.2.0'
id "info.solidsoft.pitest" version '1.15.0'
}

Expand Down Expand Up @@ -279,8 +279,8 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion

implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.0.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.0.0'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.2.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.2.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.5'
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.9.0'

Expand Down

0 comments on commit 016aaae

Please sign in to comment.