Skip to content

Commit

Permalink
Merge pull request #753 from cazfi/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Sep 27, 2023
2 parents 5431e3a + 8251621 commit bed86d7
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.0.33</version>
<version>8.1.0</version>
</dependency>

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

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-sqlserver</artifactId>
<version>9.20.1</version>
<version>9.21.2</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
<version>9.20.1</version>
<version>9.21.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>enforce-files-exist</id>
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.20.1</version>
<version>9.21.2</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.26.0</version>
<version>2.27.0</version>
<configuration>
<closureLanguageIn>ECMASCRIPT_2019</closureLanguageIn>
<closureLanguageOut>ECMASCRIPT_2019</closureLanguageOut>
Expand Down

0 comments on commit bed86d7

Please sign in to comment.