Skip to content

Commit

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

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

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 7, 2021
1 parent 8f8a8a3 commit 42d6912
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.1"
implementation "org.flywaydb:flyway-core:7.9.2"
implementation "com.google.guava:guava:21.0"
implementation "com.github.mywarp.intake:intake:b57bff7cd9"

Expand Down

0 comments on commit 42d6912

Please sign in to comment.