From cf0bf21ea939038de83e8e24879274ac8a9324b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:56:14 -0400 Subject: [PATCH] Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.2 to 5.2.3 (#636) * Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.2.2 to 5.2.3 Bumps [org.apache.httpcomponents.core5:httpcore5-h2](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-h2 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 | 3 ++- java-client/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ced3df3aa..9fbd951abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.0.0 to 5.2.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 ### Changed - Migrate client transports to Apache HttpClient / Core 5.x ([#246](https://github.com/opensearch-project/opensearch-java/pull/246)) @@ -194,4 +195,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [2.5.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.2.0...v2.3.0 -[2.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.1.0...v2.2.0 +[2.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.1.0...v2.2.0 \ No newline at end of file diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 7fd07a43e5..b73f622f95 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -163,7 +163,7 @@ dependencies { exclude(group = "org.apache.httpcomponents.core5") } api("org.apache.httpcomponents.core5:httpcore5:5.2.2") - api("org.apache.httpcomponents.core5:httpcore5-h2:5.2.2") + api("org.apache.httpcomponents.core5:httpcore5-h2:5.2.3") // Apache 2.0 // https://search.maven.org/artifact/com.google.code.findbugs/jsr305