Skip to content

Commit 6ba64e3

Browse files
build(deps): bump org.flywaydb:flyway-database-postgresql
Bumps org.flywaydb:flyway-database-postgresql from 11.8.0 to 11.8.1. --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-version: 11.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93ed192 commit 6ba64e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2929
implementation 'org.postgresql:postgresql:42.7.5'
3030
// implementation 'org.flywaydb:flyway-core:10.20.1'
31-
implementation 'org.flywaydb:flyway-database-postgresql:11.8.0'
31+
implementation 'org.flywaydb:flyway-database-postgresql:11.8.1'
3232
testImplementation 'org.testcontainers:postgresql:1.21.0'
3333
testImplementation 'org.testcontainers:testcontainers:1.21.0'
3434
testImplementation 'io.rest-assured:rest-assured'

0 commit comments

Comments
 (0)