Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-core from 10.21.0 to 10.22.0
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.21.0 to 10.22.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.21.0...flyway-10.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent dc78cc6 commit 1b2efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("commons-io:commons-io:2.17.0")
implementation("org.yaml:snakeyaml:2.3")
implementation('org.flywaydb:flyway-core:10.21.0')
implementation('org.flywaydb:flyway-core:10.22.0')
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
implementation('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0')
Expand Down

0 comments on commit 1b2efbf

Please sign in to comment.