Skip to content

Commit

Permalink
Update dependency org.flywaydb:flyway-core to v9.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent b53cf19 commit eb31517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.21.2'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.22.0'

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

Expand Down

0 comments on commit eb31517

Please sign in to comment.