Skip to content

Commit

Permalink
升级 fastjson 版本为 1.2.74(测试 1.2.75 下载不了 Maven 依赖)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Nov 14, 2020
1 parent 0fd54c5 commit c416514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APIJSONORM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>apijson.orm</groupId>
<artifactId>apijson-orm</artifactId>
<version>4.2.3</version>
<version>4.2.4</version>
<packaging>jar</packaging>

<name>APIJSONORM</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.73</version>
<version>1.2.74</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit c416514

Please sign in to comment.