Skip to content

Commit

Permalink
Bump flyway-core from 7.9.2 to 7.10.0 (#327)
Browse files Browse the repository at this point in the history
Bumps [flyway-core](https://github.com/flyway/flyway) from 7.9.2 to 7.10.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-7.9.2...flyway-7.10.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 11, 2021
1 parent 42d6912 commit 00be889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mywarp-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configurations.create("createSignature")
dependencies {
implementation "org.jooq:jooq:3.14.11"
annotationProcessor "org.jooq:jooq-checker:3.14.11"
implementation "org.flywaydb:flyway-core:7.9.2"
implementation "org.flywaydb:flyway-core:7.10.0"
implementation "com.google.guava:guava:21.0"
implementation "com.github.mywarp.intake:intake:b57bff7cd9"

Expand Down

0 comments on commit 00be889

Please sign in to comment.