[Update] Core, Pixiv 更新 Gson 版本号;

[Update] Core - com.google.code.gson:gson 更新版本号(2.8.5 -> 2.8.6);
[Update] Pixiv - com.google.code.gson:gson 更新版本号(2.8.5 -> 2.8.6);
This commit is contained in:
LamGC 2020-09-28 23:12:01 +08:00
parent 7fcef96b0a
commit 7d7085f8c5
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
2 changed files with 13 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.8.5</version> <version>2.8.6</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -28,5 +28,17 @@
<artifactId>ContentGrabbingJi-pixiv</artifactId> <artifactId>ContentGrabbingJi-pixiv</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
</dependencies>
</project> </project>