Skip to content

Commit

Permalink
Update flyway to v10.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent e1d59ce commit 93ac5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.flywaydb.flyway' version '10.15.0'
id 'org.flywaydb.flyway' version '10.15.2'
id 'org.springframework.boot' version '3.2.5'
id 'org.owasp.dependencycheck' version '9.2.0'
id 'com.github.ben-manes.versions' version '0.51.0'
Expand Down Expand Up @@ -175,7 +175,7 @@ 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.15.0'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.15.2'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.15.0'

implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
Expand Down

0 comments on commit 93ac5d4

Please sign in to comment.