Skip to content

Commit

Permalink
Merge pull request freeciv#562 from cazfi/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Dec 2, 2022
2 parents 43e7519 + abf39ac commit dfd19d5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions freeciv-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.30</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.31</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.1.3</version>
<version>5.1.4</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>9.4.0</version>
<version>9.8.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -112,7 +112,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.1.0</version>
<executions>
<execution>
<id>enforce-files-exist</id>
Expand Down Expand Up @@ -142,12 +142,12 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>4.0.3</version>
<version>4.2.0</version>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down Expand Up @@ -176,12 +176,12 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>1.0-beta-1</version>
<version>2.0.1</version>
<executions>
<execution>
<id>native2ascii-utf8-resources</id>
<goals>
<goal>native2ascii</goal>
<goal>resources</goal>
</goals>
<configuration>
<dest>target/resources/i18n</dest>
Expand All @@ -199,7 +199,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>copy-generated-webapp-resources</id>
Expand Down Expand Up @@ -249,7 +249,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>create-generated-javascript-dir</id>
Expand All @@ -269,7 +269,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>Precompile Handlebars templates</id>
Expand Down Expand Up @@ -320,7 +320,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>com.github.blutorange</groupId>
<artifactId>closure-compiler-maven-plugin</artifactId>
<version>2.22.0</version>
<version>2.24.0</version>
<configuration>
<closureLanguageIn>ECMASCRIPT_2019</closureLanguageIn>
<closureLanguageOut>ECMASCRIPT_2019</closureLanguageOut>
Expand Down

0 comments on commit dfd19d5

Please sign in to comment.