Skip to content

Commit eb2df91

Browse files
committed
update to flyway 10.10.0
1 parent 64bd079 commit eb2df91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

IT/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>com.ttulka.flyway</groupId>
4242
<artifactId>flyway-ant</artifactId>
43-
<version>2.21.1</version>
43+
<version>2.21.2</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.flywaydb</groupId>
4848
<artifactId>flyway-core</artifactId>
49-
<version>10.5.0</version>
49+
<version>10.10.0</version>
5050
<scope>provided</scope>
5151
</dependency>
5252
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.ttulka.flyway</groupId>
2121
<artifactId>flyway-ant</artifactId>
22-
<version>2.21.1</version>
22+
<version>2.21.2</version>
2323

2424
<name>Flyway Ant Tasks</name>
2525
<description>Flyway Ant plugin provided as an AntLib.</description>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.flywaydb</groupId>
3838
<artifactId>flyway-core</artifactId>
39-
<version>10.5.0</version>
39+
<version>10.10.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)