Skip to content

Commit

Permalink
Merge pull request #840 from cazfi/deps
Browse files Browse the repository at this point in the history
Update flyway components to 10.4.1
  • Loading branch information
cazfi authored May 4, 2024
2 parents c726b3d + 45fb1c1 commit 103f4e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions freeciv-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.22.3</version>
<version>10.4.1</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
<version>9.22.3</version>
<version>10.4.1</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>9.22.3</version>
<version>10.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -159,7 +159,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>9.22.3</version>
<version>10.4.1</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 103f4e7

Please sign in to comment.