Skip to content

Commit

Permalink
[Tech] Bump org.flywaydb:flyway-database-postgresql in /backend
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.21.0 to 11.3.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 5b2f99c commit 687b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation("org.n52.jackson:jackson-datatype-jts:1.2.10")
implementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
implementation("org.flywaydb:flyway-core:11.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.21.0")
implementation("org.flywaydb:flyway-database-postgresql:11.3.0")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
implementation("org.springframework.boot:spring-boot-configuration-processor:3.4.1")
Expand Down

0 comments on commit 687b6bd

Please sign in to comment.