Skip to content

Commit

Permalink
update to flyway 10.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttulka committed Nov 27, 2024
1 parent c45b3ab commit 1e6e1c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions IT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>com.ttulka.flyway</groupId>
<artifactId>flyway-ant</artifactId>
<version>2.21.4</version>
<version>2.22.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.18.2</version>
<version>10.20.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 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.4</version>
<version>2.22.0</version>

<name>Flyway Ant Tasks</name>
<description>Flyway Ant plugin provided as an AntLib.</description>
Expand All @@ -28,15 +28,15 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.18.2</version>
<version>10.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit 1e6e1c6

Please sign in to comment.