Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c416514

Browse files
committed
升级 fastjson 版本为 1.2.74(测试 1.2.75 下载不了 Maven 依赖)
1 parent 0fd54c5 commit c416514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

APIJSONORM/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.orm</groupId>
77
<artifactId>apijson-orm</artifactId>
8-
<version>4.2.3</version>
8+
<version>4.2.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONORM</name>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.alibaba</groupId>
2424
<artifactId>fastjson</artifactId>
25-
<version>1.2.73</version>
25+
<version>1.2.74</version>
2626
</dependency>
2727
</dependencies>
2828

0 commit comments

Comments
 (0)