Skip to content

Commit 412c2f2

Browse files
committed
chore: Fix flyway-database-postgresql version
1 parent daf6b27 commit 412c2f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

repository-postgresql/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,15 @@ SPDX-License-Identifier: Apache-2.0
4545
<scope>test</scope>
4646
</dependency>
4747

48+
<!-- <dependency>
49+
<groupId>org.flywaydb</groupId>
50+
<artifactId>flyway-core</artifactId>
51+
<scope>test</scope>
52+
</dependency> -->
4853
<dependency>
4954
<groupId>org.flywaydb</groupId>
5055
<artifactId>flyway-database-postgresql</artifactId>
56+
<version>10.20.1</version>
5157
<scope>test</scope>
5258
</dependency>
5359
<dependency>

0 commit comments

Comments
 (0)