Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql in /springboot-app (#86)
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.1.0 to 10.2.0.

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 91b956d commit 874714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.flywaydb:flyway-core:10.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.2.0")
implementation("org.postgresql:postgresql:42.7.0")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down

0 comments on commit 874714d

Please sign in to comment.