Skip to content

Commit

Permalink
Merge pull request #869 from cazfi/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Oct 29, 2024
2 parents 195c50a + aa29989 commit 9be1341
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions freeciv-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
</dependency>

<dependency>
Expand All @@ -53,37 +53,37 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.1.0</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
<version>5.4</version>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>10.12.0</version>
<version>10.20.1</version>
</dependency>

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

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

<dependency>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand All @@ -108,17 +108,17 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.5.0</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.35.0</version>
<version>1.36.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
<version>2.5.0</version>
<version>2.7.0</version>
</dependency>
</dependencies>

Expand All @@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</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>10.12.0</version>
<version>10.20.1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -193,7 +193,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>native2ascii-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<executions>
<execution>
<id>native2ascii-utf8-resources</id>
Expand Down Expand Up @@ -286,7 +286,7 @@ Rerun the sync-js-hand.js script.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>Precompile Handlebars templates</id>
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.30.0</version>
<version>2.31.0</version>
<configuration>
<closureLanguageIn>ECMASCRIPT_2019</closureLanguageIn>
<closureLanguageOut>ECMASCRIPT_2019</closureLanguageOut>
Expand Down

0 comments on commit 9be1341

Please sign in to comment.