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] authored Sep 2, 2024
1 parent a9078a0 commit 0de315c
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 @@ import org.flywaydb.gradle.task.FlywayMigrateTask
buildscript {
dependencies {
classpath("org.postgresql:postgresql:42.7.3")
classpath("org.flywaydb:flyway-database-postgresql:10.13.0")
classpath("org.flywaydb:flyway-database-postgresql:10.17.3")
}
}

Expand All @@ -13,7 +13,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.13.0'
id 'org.flywaydb.flyway' version '10.17.3'
id 'org.springframework.boot' version '3.2.3'
id 'org.owasp.dependencycheck' version '9.0.8'
id 'com.github.ben-manes.versions' version '0.51.0'
Expand Down Expand Up @@ -271,8 +271,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-batch'
implementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor'

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

implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '5.14.0'
Expand Down

0 comments on commit 0de315c

Please sign in to comment.