Skip to content

Commit b6bf8cd

Browse files
Bump org.flywaydb:flyway-core from 11.20.3 to 12.0.0 (#1069)
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.20.3 to 12.0.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.20.3...flyway-12.0.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc P <mperlman@codeforamerica.org>
1 parent fb5d994 commit b6bf8cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ dependencies {
7373
implementation 'org.springframework.boot:spring-boot-starter-test'
7474
implementation 'org.jetbrains:annotations:26.0.2-1'
7575
implementation 'io.hypersistence:hypersistence-utils-hibernate-71:3.15.1'
76-
implementation 'org.flywaydb:flyway-core:11.20.3'
77-
implementation "org.flywaydb:flyway-database-postgresql:11.20.3"
76+
implementation 'org.flywaydb:flyway-core:12.0.0'
77+
implementation "org.flywaydb:flyway-database-postgresql:12.0.0"
7878
implementation 'org.webjars.npm:dropzone:5.9.3'
7979
implementation 'software.amazon.awssdk:s3:2.41.16'
8080
implementation 'com.smartystreets.api:smartystreets-java-sdk:5.1.0'

0 commit comments

Comments
 (0)