Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
chore(deps): Bump flyway-core from 8.4.3 to 8.4.4 (#884)
Browse files Browse the repository at this point in the history
* chore(deps): Bump flyway-core from 8.4.3 to 8.4.4

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

---
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]>

* docs: update CHANGELOG.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julia Pampus <[email protected]>
  • Loading branch information
dependabot[bot] and juliapampus authored Feb 3, 2022
1 parent 1c451f5 commit 293d039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Increase equalsverifier version from 3.8.3 to 3.9.
- Increase postgresql version from 42.3.1 to 42.3.2.
- Increase flyway-core version from 8.4.3 to 8.4.4.

## [7.0.0] - 2022-01-31

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>8.4.3</version>
<version>8.4.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 293d039

Please sign in to comment.