Skip to content

Commit 20f571a

Browse files
authored
[core] Bump httpclient5 to version >5.4.3 to avoid CVE-2025-27820 (#6787)
1 parent 2fa9305 commit 20f571a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

paimon-core/src/main/resources/META-INF/NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
8-
- org.apache.httpcomponents.core5:httpcore5:5.3.3
9-
- org.apache.httpcomponents.client5:httpclient5:5.4.2
8+
- org.apache.httpcomponents.core5:httpcore5:5.3.6
9+
- org.apache.httpcomponents.client5:httpclient5:5.5.1

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ under the License.
136136
<mockito.version>3.4.6</mockito.version>
137137
<mockito-junit-jupiter.version>4.11.0</mockito-junit-jupiter.version>
138138
<okhttp.version>4.12.0</okhttp.version>
139-
<apache.hc.core.version>5.3.3</apache.hc.core.version>
140-
<apache.hc.client.version>5.4.2</apache.hc.client.version>
139+
<apache.hc.core.version>5.3.6</apache.hc.core.version>
140+
<apache.hc.client.version>5.5.1</apache.hc.client.version>
141141
<jaxb.api.version>2.3.1</jaxb.api.version>
142142
<findbugs.version>1.3.9</findbugs.version>
143143
<json-smart.version>2.5.2</json-smart.version>

0 commit comments

Comments
 (0)