Skip to content

Commit 89f6e60

Browse files
committed
fix(cd): align flyway versions to avoid classloader conflict
1 parent 38ad988 commit 89f6e60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@
4646
<dependency>
4747
<groupId>org.flywaydb</groupId>
4848
<artifactId>flyway-core</artifactId>
49+
<version>11.7.2</version>
4950
</dependency>
5051
<dependency>
5152
<groupId>org.flywaydb</groupId>
5253
<artifactId>flyway-database-postgresql</artifactId>
54+
<version>11.7.2</version>
5355
</dependency>
5456

5557
<dependency>
@@ -139,7 +141,7 @@
139141
<plugin>
140142
<groupId>org.flywaydb</groupId>
141143
<artifactId>flyway-maven-plugin</artifactId>
142-
<version>10.17.0</version>
144+
<version>11.7.2</version>
143145
</plugin>
144146
<plugin>
145147
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)