From 7d7085f8c577dbd474d7e6a3aa78ed3ac0af230e Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 28 Sep 2020 23:12:01 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20Core,=20Pixiv=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20Gson=20=E7=89=88=E6=9C=AC=E5=8F=B7;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [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); --- ContentGrabbingJi-core/pom.xml | 2 +- ContentGrabbingJi-pixiv/pom.xml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ContentGrabbingJi-core/pom.xml b/ContentGrabbingJi-core/pom.xml index 1ca81b2..d60562d 100644 --- a/ContentGrabbingJi-core/pom.xml +++ b/ContentGrabbingJi-core/pom.xml @@ -48,7 +48,7 @@ com.google.code.gson gson - 2.8.5 + 2.8.6 diff --git a/ContentGrabbingJi-pixiv/pom.xml b/ContentGrabbingJi-pixiv/pom.xml index af51136..2a04a74 100644 --- a/ContentGrabbingJi-pixiv/pom.xml +++ b/ContentGrabbingJi-pixiv/pom.xml @@ -28,5 +28,17 @@ ContentGrabbingJi-pixiv + + + org.apache.httpcomponents + httpclient + 4.5.12 + + + com.google.code.gson + gson + 2.8.6 + + \ No newline at end of file