Skip to content

Commit

Permalink
chore(deps): Bump flyway-core from 8.5.11 to 8.5.12 (#286)
Browse files Browse the repository at this point in the history
* chore(deps): Bump flyway-core from 8.5.11 to 8.5.12

Bumps [flyway-core](https://github.com/flyway/flyway) from 8.5.11 to 8.5.12.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.5.11...flyway-8.5.12)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <[email protected]>
  • Loading branch information
dependabot[bot] and tmberthold authored Jun 2, 2022
1 parent 4ce2554 commit b361395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All notable changes to this project will be documented in this file.
- Update org.postgresql:postgresql version from 42.3.3 to 42.3.6.
- Update springframework version from 5.3.18 to 5.3.20.
- Update com.h3xstream.findsecbugs:findsecbugs-plugin version from 1.11.0 to 1.12.0.
- Update org.flywaydb:flyway-core version from 8.5.5 to 8.5.11.
- Update org.flywaydb:flyway-core version from 8.5.5 to 8.5.12.
- Update springdoc version from 1.6.6 to 1.6.9.
- Update de.fhg.aisec.ids:camel-idscp2 version from 0.6.0 to 0.10.3.
- Update camel version from 3.16.0 to 3.17.0.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>8.5.11</version>
<version>8.5.12</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b361395

Please sign in to comment.