Skip to content

Commit eb85965

Browse files
Bump org.flywaydb:flyway-core from 11.20.3 to 12.1.1
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.20.3 to 12.1.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.20.3...flyway-12.1.1) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ecd130 commit eb85965

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'jacoco'
88
id 'signing'
99
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
10-
id "org.flywaydb.flyway" version "11.20.3"
10+
id "org.flywaydb.flyway" version "12.1.1"
1111
id "com.github.jk1.dependency-license-report" version "3.1.1"
1212
}
1313

@@ -73,8 +73,8 @@ dependencies {
7373
implementation 'org.springframework.boot:spring-boot-starter-test'
7474
implementation 'org.jetbrains:annotations:26.1.0'
7575
implementation 'io.hypersistence:hypersistence-utils-hibernate-71:3.15.2'
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.1.1'
77+
implementation "org.flywaydb:flyway-database-postgresql:12.1.1"
7878
implementation 'org.webjars.npm:dropzone:5.9.3'
7979
implementation 'software.amazon.awssdk:s3:2.42.14'
8080
implementation 'com.smartystreets.api:smartystreets-java-sdk:5.4.0'

0 commit comments

Comments
 (0)