Skip to content

Commit

Permalink
Merge pull request #824 from cazfi/plugup
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Mar 28, 2024
2 parents cfd328a + de286c4 commit 0964735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.16.0</version>
<version>1.16.1</version>
</dependency>

<dependency>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.5</version>
<version>1.6.0</version>
</dependency>

<dependency>
Expand All @@ -59,13 +59,13 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
<version>8.3.0</version>
</dependency>

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

<dependency>
Expand Down

0 comments on commit 0964735

Please sign in to comment.