Skip to content

Commit

Permalink
🚀 upgrade fastjson 2.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasaw committed Apr 5, 2023
1 parent 2a1fe8f commit 6df9442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-common</artifactId>
<name>luna-common</name>
<version>2.3.8</version>
<version>2.3.9</version>
<description>common is project which contains common utils</description>
<url>https://github.com/lunasaw/luna-common</url>

Expand Down Expand Up @@ -107,8 +107,8 @@
<version>${oshi.version}</version> <!-- 这个版本不要随便升级,和JNA的环境有关 -->
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fast-json.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 6df9442

Please sign in to comment.