Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.google.code.gson:gson` from 2.12.1 to 2.13.0 ([#17923](https://github.com/opensearch-project/OpenSearch/pull/17923))
- Bump `com.github.spotbugs:spotbugs-annotations` from 4.9.0 to 4.9.3 ([#17922](https://github.com/opensearch-project/OpenSearch/pull/17922))
- Bump `com.microsoft.azure:msal4j` from 1.18.0 to 1.20.0 ([#17925](https://github.com/opensearch-project/OpenSearch/pull/17925))
- Update Apache HttpClient5 and HttpCore5 (CVE-2025-27820) ([#18152](https://github.com/opensearch-project/OpenSearch/pull/18152))
- Bump `org.apache.commons:commons-collections4` from 4.4 to 4.5.0 ([#18101](https://github.com/opensearch-project/OpenSearch/pull/18101))

### Deprecated
Expand Down
1 change: 0 additions & 1 deletion client/rest/licenses/httpclient5-5.4.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/httpclient5-5.4.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
29aafa2d5ced55ed75dab37cce5e125fb06e54d8
1 change: 0 additions & 1 deletion client/rest/licenses/httpcore5-5.3.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/httpcore5-5.3.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ea47f0fe6e00ffb07cec3a0cb1bb801b1a9cc353
1 change: 0 additions & 1 deletion client/rest/licenses/httpcore5-h2-5.3.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/httpcore5-h2-5.3.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3742a9a9ba3a5a0d45be230093b52a1302a561e2
1 change: 0 additions & 1 deletion client/rest/licenses/httpcore5-reactive-5.3.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/rest/licenses/httpcore5-reactive-5.3.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
584f61333473c03458ccb38b7fa9a06b847b4046
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,6 @@ public void testHeaders() throws Exception {
if (method.equals("HEAD") == false) {
standardHeaders.add("Content-length");
}
if (method.equals("HEAD") == true || method.equals("GET") == true || method.equals("OPTIONS") == true) {
standardHeaders.add("Upgrade");
}

final Header[] requestHeaders = RestClientTestUtil.randomHeaders(getRandom(), "Header");
final int statusCode = randomStatusCode(getRandom());
Expand Down
1 change: 0 additions & 1 deletion client/sniffer/licenses/httpclient5-5.4.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/sniffer/licenses/httpclient5-5.4.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
29aafa2d5ced55ed75dab37cce5e125fb06e54d8
1 change: 0 additions & 1 deletion client/sniffer/licenses/httpcore5-5.3.2.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions client/sniffer/licenses/httpcore5-5.3.4.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ea47f0fe6e00ffb07cec3a0cb1bb801b1a9cc353
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ reactor_netty = "1.2.4"
reactor = "3.5.20"

# client dependencies
httpclient5 = "5.4.1"
httpcore5 = "5.3.2"
httpclient5 = "5.4.4"
httpcore5 = "5.3.4"
httpclient = "4.5.14"
httpcore = "4.4.16"
httpasyncclient = "4.1.5"
Expand Down
Loading