Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit f10c584

Browse files
⬆️ Bump org.flywaydb:flyway-database-postgresql in /backend
Bumps org.flywaydb:flyway-database-postgresql from 11.0.0 to 11.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] <[email protected]>
1 parent 8d4fde7 commit f10c584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
3636
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
3737
implementation("org.flywaydb:flyway-core:11.0.0")
38-
implementation("org.flywaydb:flyway-database-postgresql:11.0.0")
38+
implementation("org.flywaydb:flyway-database-postgresql:11.2.0")
3939
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
4040
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
4141
implementation("io.jsonwebtoken:jjwt-impl:0.12.6")

0 commit comments

Comments
 (0)