[JAVA-28933] - Upgrade Flyway module to spring boot 3 (#15836)
This commit is contained in:
parent
a5082fa3f1
commit
d5fdbd7dea
|
@ -10,9 +10,9 @@
|
|||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<artifactId>parent-boot-3</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
<relativePath>../../parent-boot-3</relativePath>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -63,7 +63,7 @@
|
|||
</build>
|
||||
|
||||
<properties>
|
||||
<flyway-maven-plugin.version>10.2.0</flyway-maven-plugin.version>
|
||||
<flyway-maven-plugin.version>10.7.1</flyway-maven-plugin.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue