Skip to content

Commit

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

* Bump org.flywaydb:flyway-database-postgresql in /springboot-app

Bumps org.flywaydb:flyway-database-postgresql from 10.2.0 to 10.3.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>

* Update build.gradle.kts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
  • Loading branch information
dependabot[bot] and rogervinas authored Dec 18, 2023
1 parent 518d5ee commit 6a8f1ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ repositories {
}

val springCloudVersion = "2023.0.0"
val flywayVersion = "10.3.0"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.cloud:spring-cloud-starter-vault-config")

implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.flywaydb:flyway-core:10.2.0")
implementation("org.flywaydb:flyway-database-postgresql:10.2.0")
implementation("org.flywaydb:flyway-core:$flywayVersion")
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")
implementation("org.postgresql:postgresql:42.7.1")

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

0 comments on commit 6a8f1ba

Please sign in to comment.