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

Commit f87ab33

Browse files
⬆️ Bump org.flywaydb:flyway-core in /backend
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.17.3 to 10.18.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.17.3...flyway-10.18.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f72554 commit f87ab33

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
@@ -34,7 +34,7 @@ dependencies {
3434

3535
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
3636
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
37-
implementation("org.flywaydb:flyway-core:10.17.3")
37+
implementation("org.flywaydb:flyway-core:10.18.0")
3838
implementation("org.flywaydb:flyway-database-postgresql:10.18.0")
3939
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
4040
implementation("io.jsonwebtoken:jjwt-api:0.12.6")

0 commit comments

Comments
 (0)