diff --git a/CHANGELOG.md b/CHANGELOG.md index 376878fe0a..fcc6663ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.junit:junit-bom` from 5.10.3 to 5.11.0 - Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.5 to 5.3 - Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.5 to 5.3 +- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.3.1 to 5.4 ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index cd5cab78be..d946364d4f 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -209,8 +209,8 @@ dependencies { implementation("org.apache.httpcomponents.client5", "httpclient5", "5.3.1") { 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", "5.4") + implementation("org.apache.httpcomponents.core5", "httpcore5-h2", "5.4") // For AwsSdk2Transport "awsSdk2SupportCompileOnly"("software.amazon.awssdk","sdk-core","[2.15,3.0)")