Skip to content

Commit

Permalink
issue #105 update flyway dependency to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianGWE committed Nov 5, 2023
1 parent 90dc250 commit a1f13f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

<version.flyway8>8.5.13</version.flyway8>
<version.flyway9>9.16.1</version.flyway9>
<version.flyway10>10.0.0</version.flyway10>
<version.spring6>6.0.7</version.spring6>
<version.spring5>5.3.26</version.spring5>
<version.spring3>3.2.18.RELEASE</version.spring3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<module>flyway-test-sample-spring-boot/sample-spring-boot-2-7</module>

<module>flyway-test-sample-spring-boot/sample-spring-boot-3-0</module>
<!-- <module>flyway-test-sample-spring-boot/sample-spring-boot-3-1</module>-->
<module>flyway-test-junit5</module>
<module>flyway-test-testng</module>
</modules>
Expand Down
3 changes: 2 additions & 1 deletion flyway-test-extensions/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.flyway8>8.5.13</version.flyway8>
<version.flyway>9.16.1</version.flyway>
<version.flyway9>9.16.1</version.flyway9>
<version.flyway>10.0.0</version.flyway>
<version.spring6>6.0.7</version.spring6>
<version.spring5>5.3.26</version.spring5>
<version.spring3>3.2.18.RELEASE</version.spring3>
Expand Down

0 comments on commit a1f13f5

Please sign in to comment.