Skip to content

Commit c8580ea

Browse files
committed
upgrade gson, fastjson versions
1 parent 7806341 commit c8580ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
<dependency>
8787
<groupId>com.google.code.gson</groupId>
8888
<artifactId>gson</artifactId>
89-
<version>2.6.2</version>
89+
<version>2.7</version>
9090
</dependency>
9191

9292
<!-- and Alibaba Fastjson -->
9393

9494
<dependency>
9595
<groupId>com.alibaba</groupId>
9696
<artifactId>fastjson</artifactId>
97-
<version>1.2.12</version>
97+
<version>1.2.13</version>
9898
</dependency>
9999

100100
<!-- Moshi, by some of same folks as GSON -->

0 commit comments

Comments
 (0)