Skip to content

Commit

Permalink
update to flyway 8.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Mar 30, 2022
1 parent 11afc65 commit e4b9f9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.16.21</version>
<version>2.16.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>8.5.4</version>
<version>8.5.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Flyway Ant plugin provided as an AntLib.
<dependency>
<groupId>com.ttulka.flyway</groupId>
<artifactId>flyway-ant</artifactId>
<version>2.16.21</version>
<version>2.16.22</version>
</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.16.21</version>
<version>2.16.22</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>8.5.4</version>
<version>8.5.5</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit e4b9f9a

Please sign in to comment.