Skip to content

Commit

Permalink
upgrade fastjson to 1.2.80-fix. #2153
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Apr 18, 2022
1 parent c214f2f commit fc37ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<groupId>com.taobao.arthas</groupId>
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
<version>0.0.10</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<groupId>com.taobao.arthas</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.75</version>
<version>1.2.80-fix</version>
</dependency>
<dependency>
<groupId>com.taobao.text</groupId>
Expand Down

0 comments on commit fc37ff7

Please sign in to comment.