Skip to content

Commit

Permalink
Merge pull request #11 from hendisantika/dependabot/gradle/org.flyway…
Browse files Browse the repository at this point in the history
…db-flyway-database-postgresql-11.1.0

build(deps): bump org.flywaydb:flyway-database-postgresql from 11.0.1 to 11.1.0
  • Loading branch information
hendisantika authored Dec 12, 2024
2 parents f0a31db + 2aaa45f commit f97e5bf
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 @@ -28,7 +28,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.postgresql:postgresql:42.7.4'
// implementation 'org.flywaydb:flyway-core:10.20.1'
implementation 'org.flywaydb:flyway-database-postgresql:11.0.1'
implementation 'org.flywaydb:flyway-database-postgresql:11.1.0'
testImplementation 'org.testcontainers:postgresql:1.20.4'
testImplementation 'org.testcontainers:testcontainers:1.20.4'
testImplementation 'io.rest-assured:rest-assured'
Expand Down

0 comments on commit f97e5bf

Please sign in to comment.