Skip to content

Commit

Permalink
Bump flyway.version from 10.17.3 to 10.18.0 (#1385)
Browse files Browse the repository at this point in the history
Bumps `flyway.version` from 10.17.3 to 10.18.0.

Updates `org.flywaydb:flyway-core` 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)

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.3 to 10.18.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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] committed Sep 13, 2024
1 parent ccad77c commit 665af8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<sonar.kotlin.source.version>${kotlin.version}</sonar.kotlin.source.version>

<spring.boot.version>3.3.1</spring.boot.version>
<flyway.version>10.17.3</flyway.version>
<flyway.version>10.18.0</flyway.version>
<spring.modulith.version>1.2.3</spring.modulith.version>
<jjwt.version>0.12.6</jjwt.version>
<postgresql.driver.version>42.7.4</postgresql.driver.version>
Expand Down

0 comments on commit 665af8b

Please sign in to comment.