Skip to content

Commit

Permalink
Update flyway to v10.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent 5bdcfff commit d3675a5
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.17.2")
classpath("org.flywaydb:flyway-database-postgresql:10.17.3")
}
}

Expand All @@ -15,7 +15,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.17.2'
id 'org.flywaydb.flyway' version '10.17.3'
id 'org.springframework.boot' version '3.2.5'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'com.github.ben-manes.versions' version '0.51.0'
Expand Down Expand Up @@ -175,8 +175,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.17.2'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.17.2'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.17.3'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.17.3'

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

Expand Down

0 comments on commit d3675a5

Please sign in to comment.