From c09c1ec15cb86dbc8b0b765626875c7f71673185 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Mon, 28 Oct 2024 16:56:52 -0400 Subject: [PATCH] Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.3 to 5.3.1 in /java-client (#1251) (#1253) * Bump org.apache.httpcomponents.core5:httpcore5-h2 in /java-client Bumps [org.apache.httpcomponents.core5:httpcore5-h2](https://github.com/apache/httpcomponents-core) from 5.3 to 5.3.1. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.1/RELEASE_NOTES.txt) - [Commits](https://github.com/apache/httpcomponents-core/compare/rel/v5.3...rel/v5.3.1) --- 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] (cherry picked from commit cb9384639f1ba8b4a52ab30b943479d14b948851) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4b3073ea4b..9e72f23eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies +- Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.3 to 5.3.1 ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 4833a31887..eb0d893216 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -210,7 +210,7 @@ dependencies { exclude(group = "org.apache.httpcomponents.core5") } implementation("org.apache.httpcomponents.core5", "httpcore5", "5.3") - implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3") + implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.3.1") // For AwsSdk2Transport "awsSdk2SupportCompileOnly"("software.amazon.awssdk","sdk-core","[2.15,3.0)")