Skip to content

Commit

Permalink
update to flyway 10.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Mar 28, 2024
1 parent 64bd079 commit eb2df91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
<dependency>
<groupId>com.ttulka.flyway</groupId>
<artifactId>flyway-ant</artifactId>
<version>2.21.1</version>
<version>2.21.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.5.0</version>
<version>10.10.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.ttulka.flyway</groupId>
<artifactId>flyway-ant</artifactId>
<version>2.21.1</version>
<version>2.21.2</version>

<name>Flyway Ant Tasks</name>
<description>Flyway Ant plugin provided as an AntLib.</description>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.5.0</version>
<version>10.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit eb2df91

Please sign in to comment.