Skip to content

Commit

Permalink
Merge pull request #777 from cazfi/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Nov 11, 2023
2 parents b1eb2ba + 0ac4028 commit 3668336
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions freeciv-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>

<dependency>
Expand All @@ -53,13 +53,13 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
</dependency>

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

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

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>9.22.2</version>
<version>9.22.3</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.2</version>
<version>9.22.3</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -337,7 +337,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>com.github.blutorange</groupId>
<artifactId>closure-compiler-maven-plugin</artifactId>
<version>2.27.0</version>
<version>2.28.0</version>
<configuration>
<closureLanguageIn>ECMASCRIPT_2019</closureLanguageIn>
<closureLanguageOut>ECMASCRIPT_2019</closureLanguageOut>
Expand Down

0 comments on commit 3668336

Please sign in to comment.