From 7e73dfa1159d6191fd347f97e1f7086dd9dd1729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:24:36 -0400 Subject: [PATCH] Bump org.apache.httpcomponents.core5:httpcore5 from 5.2.2 to 5.2.3 in /java-client (#637) * Bump org.apache.httpcomponents.core5:httpcore5 in /java-client Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.2.2 to 5.2.3. - [Changelog](https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.2.2...rel/v5.2.3) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 1 + java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fbd951abc..ad8be5bda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.eclipse.parsson:parsson` from 1.1.2 to 1.1.3 - Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.162 - Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.2 to 5.2.3 +- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.2 to 5.2.3 ### Changed - Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246)) diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index b73f622f95..7d2946497f 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -162,7 +162,7 @@ dependencies { api("org.apache.httpcomponents.client5:httpclient5:5.2.1") { exclude(group = "org.apache.httpcomponents.core5") } - api("org.apache.httpcomponents.core5:httpcore5:5.2.2") + api("org.apache.httpcomponents.core5:httpcore5:5.2.3") api("org.apache.httpcomponents.core5:httpcore5-h2:5.2.3") // Apache 2.0