Skip to content

Commit e40d5dd

Browse files
committed
org.json 改为 google.gson
为保持msg输出顺序准备
1 parent 8264710 commit e40d5dd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
<artifactId>snakeyaml</artifactId>
3232
<version>2.0</version>
3333
</dependency>
34-
<!-- https://mvnrepository.com/artifact/org.json/json -->
3534
<dependency>
36-
<groupId>org.json</groupId>
37-
<artifactId>json</artifactId>
38-
<version>20231013</version>
35+
<groupId>com.google.code.gson</groupId>
36+
<artifactId>gson</artifactId>
37+
<version>2.13.2</version>
3938
</dependency>
4039
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
4140
<dependency>

0 commit comments

Comments
 (0)