Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Sep 25, 2020
1 parent 2296b80 commit 1cb50e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.framework</groupId>
<artifactId>apijson-framework</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
<packaging>jar</packaging>

<name>APIJSONFramework</name>
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.61</version>
<version>1.2.73</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-orm</artifactId>
<version>LATEST</version>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.11</version>
<version>8.0.16</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 1cb50e2

Please sign in to comment.