Skip to content

Commit ac6e833

Browse files
retadependabot[bot]Xtansia
authored
Bump org.apache.httpcomponents.core5:httpcore5-h2 from 5.4.1 to 5.4.2 in /java-client (#1919) (#1925)
* 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.4.1 to 5.4.2. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.2/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.4.1...rel/v5.4.2) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5-h2 dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit 879824c) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Thomas Farr <tsfarr@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com>
1 parent b21f142 commit ac6e833

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
### Dependencies
88
- Bump `gradle-wrapper` from 9.31. to 9.4.0 ([#1930](https://github.com/opensearch-project/opensearch-java/pull/1930))
99
- Bump `commons-logging:commons-logging` from 1.3.5 to 1.3.6 ([#1922](https://github.com/opensearch-project/opensearch-java/pull/1922))
10+
- Bump `org.apache.httpcomponents.core5:httpcore5-h2` from 5.4.1 to 5.4.2 ([#1919](https://github.com/opensearch-project/opensearch-java/pull/1919))
1011

1112
### Changed
1213

java-client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ dependencies {
194194
api("org.apache.httpcomponents.client5:httpclient5:5.6") {
195195
exclude(group = "org.apache.httpcomponents.core5")
196196
}
197-
api("org.apache.httpcomponents.core5:httpcore5:5.4.1")
198-
api("org.apache.httpcomponents.core5:httpcore5-h2:5.4.1")
197+
api("org.apache.httpcomponents.core5:httpcore5:5.4.2")
198+
api("org.apache.httpcomponents.core5:httpcore5-h2:5.4.2")
199199

200200
// Apache 2.0
201201
// https://search.maven.org/artifact/com.google.code.findbugs/jsr305

0 commit comments

Comments
 (0)