Skip to content

Commit 4cdee9d

Browse files
Merge pull request #1053 from Marketcetera/dependabot/maven/master/org.flywaydb-flyway-maven-plugin-9.10.2
Bump flyway-maven-plugin from 8.5.11 to 9.10.2
2 parents c3531db + fc2de34 commit 4cdee9d

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

packages/dare-package/pom.xml

-9
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,6 @@
230230
<plugin>
231231
<groupId>org.flywaydb</groupId>
232232
<artifactId>flyway-maven-plugin</artifactId>
233-
<configuration>
234-
<user>${metc.jdbc.user}</user>
235-
<password>${metc.jdbc.password}</password>
236-
<url>${metc.jdbc.url}</url>
237-
<driver>${metc.jdbc.driver}</driver>
238-
<locations>
239-
<location>classpath:db/migration/${metc.flyway.vendor}</location>
240-
</locations>
241-
</configuration>
242233
</plugin>
243234
<plugin>
244235
<groupId>org.apache.maven.plugins</groupId>

pom.xml

+11-6
Original file line numberDiff line numberDiff line change
@@ -901,11 +901,6 @@
901901
<artifactId>spring-boot-maven-plugin</artifactId>
902902
<version>${mvn.spring.boot.version}</version>
903903
</plugin>
904-
<plugin>
905-
<groupId>org.flywaydb</groupId>
906-
<artifactId>flyway-maven-plugin</artifactId>
907-
<version>8.5.11</version>
908-
</plugin>
909904
<plugin>
910905
<groupId>com.google.code.maven-replacer-plugin</groupId>
911906
<artifactId>maven-replacer-plugin</artifactId>
@@ -914,7 +909,17 @@
914909
<plugin>
915910
<groupId>org.flywaydb</groupId>
916911
<artifactId>flyway-maven-plugin</artifactId>
917-
<version>6.5.3</version>
912+
<version>9.10.2</version>
913+
<configuration>
914+
<user>${metc.jdbc.user}</user>
915+
<password>${metc.jdbc.password}</password>
916+
<url>${metc.jdbc.url}</url>
917+
<driver>${metc.jdbc.driver}</driver>
918+
<locations>
919+
<location>classpath:db/migration/${metc.flyway.vendor}</location>
920+
</locations>
921+
<cleanDisabled>false</cleanDisabled>
922+
</configuration>
918923
</plugin>
919924
<plugin>
920925
<groupId>com.mysema.maven</groupId>

0 commit comments

Comments
 (0)