Skip to content

Commit

Permalink
chore(deps): bump flyway.version from 11.0.0 to 11.0.1
Browse files Browse the repository at this point in the history
Bumps `flyway.version` from 11.0.0 to 11.0.1.

Updates `org.flywaydb:flyway-core` from 11.0.0 to 11.0.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.0.0...flyway-11.0.1)

Updates `org.flywaydb:flyway-database-postgresql` from 11.0.0 to 11.0.1

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent f09c348 commit 64edb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<spring-security.version>6.2.0</spring-security.version>
<spring-boot.version>${project.parent.version}</spring-boot.version>
<spring.version>6.2.0</spring.version>
<flyway.version>11.0.0</flyway.version>
<flyway.version>11.0.1</flyway.version>
<testcontainers.version>1.20.4</testcontainers.version>
<spring.state-machine.version>4.0.0</spring.state-machine.version>
</properties>
Expand Down

0 comments on commit 64edb9d

Please sign in to comment.