Skip to content

Commit

Permalink
Update Flyway to 8.5.13 (#5532)
Browse files Browse the repository at this point in the history
* This was missed on the Spring Boot 2.7.17 update.
* Also updates snippet in README.md so users know how to build.

See #5522
  • Loading branch information
onobc authored Nov 2, 2023
1 parent ecd86af commit b0b2941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stream or task and managing its lifecycle.

Clone the repo and type

$ ./mvnw clean install
$ ./mvnw -s settings.xml clean install

Looking for more information? Follow this [link](https://github.com/spring-cloud/spring-cloud-dataflow/blob/master/spring-cloud-dataflow-docs/src/main/asciidoc/appendix-building.adoc).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</parent>

<properties>
<flyway.version>8.5.11
</flyway.version> <!-- have to repeat this here in order for filtering in src/main/resources/ -->
<!-- have to repeat this here in order for filtering in src/main/resources/ -->
<flyway.version>8.5.13</flyway.version>
</properties>

<dependencies>
Expand Down

0 comments on commit b0b2941

Please sign in to comment.