Skip to content

Commit

Permalink
Merge pull request #845 from cazfi/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored May 14, 2024
2 parents 58aee20 + 7319121 commit 226db70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions freeciv-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.3.0</version>
<version>8.4.0</version>
</dependency>

<dependency>
Expand All @@ -71,19 +71,19 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.7.2</version>
<version>10.12.0</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
<version>10.7.2</version>
<version>10.12.0</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>10.7.2</version>
<version>10.12.0</version>
</dependency>

<dependency>
Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand All @@ -118,7 +118,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
</dependencies>

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>10.7.2</version>
<version>10.12.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 226db70

Please sign in to comment.