Skip to content

Commit

Permalink
chore(deps): Bump flyway-core from 9.3.0 to 9.4.0 (#471)
Browse files Browse the repository at this point in the history
* chore: add migration file for 8.0.2

* chore: make id auto increment in data table

alter localdata_value to type TEXT

* chore(deps): Bump flyway-core from 9.3.0 to 9.4.0

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

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

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

* chore: add changelog

* chore: add changelog

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: omar <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Omar Silva <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2022
1 parent 646f454 commit e5924d5
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 @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file.
- Bump camel-idscp2 version from 0.10.3 to 0.11.1
- Bump dependency-check-maven version from 7.1.1 to 7.2.1
- Bump pitest-maven from 1.9.4 to 1.9.7
- Bump flyway-core from 9.1.6 to 9.3.0
- Bump flyway-core from 9.1.6 to 9.4.0
- Bump pmd.version from 6.48.0 to 6.50.0
- Bump jackson.version from 2.13.3 to 2.13.4
- Bump jose4j from 0.7.12 to 0.9.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.3.0</version>
<version>9.4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e5924d5

Please sign in to comment.