Skip to content

Commit

Permalink
Update flyway to v10.10.0 (#911)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent e119872 commit 7d2bd5a
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
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.3.0")
classpath("org.flywaydb:flyway-database-postgresql:10.10.0")
}
}

Expand All @@ -13,7 +13,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.flywaydb.flyway' version '10.3.0'
id 'org.flywaydb.flyway' version '10.10.0'
id 'org.springframework.boot' version '3.2.4'
id 'org.owasp.dependencycheck' version '9.0.10'
id 'com.github.ben-manes.versions' version '0.51.0'
Expand Down Expand Up @@ -115,8 +115,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.3.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.3.0'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.10.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.10.0'

implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'

Expand Down

0 comments on commit 7d2bd5a

Please sign in to comment.