|
@@ -117,12 +117,14 @@
|
|
|
<version>2.10.5</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpcore</artifactId>
|
|
|
+ <groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
+ <artifactId>httpcore5</artifactId>
|
|
|
+ <version>5.2.5</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
+ <groupId>org.apache.httpcomponents.client5</groupId>
|
|
|
+ <artifactId>httpclient5</artifactId>
|
|
|
+ <version>5.3.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.github.wechatpay-apiv3</groupId>
|
|
@@ -164,10 +166,14 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
- <artifactId>bcprov-jdk15on</artifactId>
|
|
|
- <version>1.70</version>
|
|
|
+ <artifactId>bcprov-jdk18on</artifactId>
|
|
|
+ <version>1.78.1</version> <!-- 使用最新版本 -->
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
+ <artifactId>bcpkix-jdk18on</artifactId>
|
|
|
+ <version>1.78.1</version> <!-- 使用最新版本 -->
|
|
|
</dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>ognl</groupId>
|
|
|
<artifactId>ognl</artifactId>
|