Skip to content

Commit 2f1aa7b

Browse files
⬆️ Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.2 to 5.6.3
1 parent 1c43293 commit 2f1aa7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/HTTPCLIENT_UPGRADE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| HTTP 客户端 | 版本 | 配置值 | 状态 | 说明 |
1717
|------------|------|--------|------|------|
18-
| Apache HttpClient 5.x | 5.5 | `HttpComponents` | ⭐ 推荐 | 最新稳定版本 |
18+
| Apache HttpClient 5.x | 5.6.3 | `HttpComponents` | ⭐ 推荐 | 最新稳定版本 |
1919
| Apache HttpClient 4.x | 4.5.13 | `HttpClient` | ✅ 支持 | 向后兼容 |
2020
| OkHttp | 4.12.0 | `OkHttp` | ✅ 支持 | 需自行添加依赖 |
2121
| Jodd-http | 6.3.0 | `JoddHttp` | ✅ 支持 | 需自行添加依赖 |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
140140
<httpclient.version>4.5.13</httpclient.version>
141-
<httpclient5.version>5.5.2</httpclient5.version>
141+
<httpclient5.version>5.6.3</httpclient5.version>
142142
<jetty.version>9.4.57.v20241219</jetty.version> <!-- 这个不能用10以上的版本,不支持jdk8-->
143143
<bouncycastle.version>1.84</bouncycastle.version>
144144
<spring-data-redis.version>2.3.3.RELEASE</spring-data-redis.version>

0 commit comments

Comments
 (0)