[JAVA-28933] - Upgrade Flyway module to spring boot 3 (#15836)

This commit is contained in:
panos-kakos 2024-02-11 14:45:29 +02:00 committed by GitHub
parent a5082fa3f1
commit d5fdbd7dea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

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