We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ad988 commit 89f6e60Copy full SHA for 89f6e60
pom.xml
@@ -46,10 +46,12 @@
46
<dependency>
47
<groupId>org.flywaydb</groupId>
48
<artifactId>flyway-core</artifactId>
49
+ <version>11.7.2</version>
50
</dependency>
51
52
53
<artifactId>flyway-database-postgresql</artifactId>
54
55
56
57
@@ -139,7 +141,7 @@
139
141
<plugin>
140
142
143
<artifactId>flyway-maven-plugin</artifactId>
- <version>10.17.0</version>
144
145
</plugin>
146
147
<groupId>org.springframework.boot</groupId>
0 commit comments