Skip to content

Commit a0bdb65

Browse files
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.5 to 5.3.6 (#1733)
* Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.5 to 5.3.6 Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3.5 to 5.3.6. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.6/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.3.5...rel/v5.3.6) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-version: 5.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0714744 commit a0bdb65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
- Bump `org.junit:junit-bom` from 5.13.3 to 5.13.4 ([#1704](https://github.com/opensearch-project/opensearch-java/pull/1704))
88
- Bump `org.opensearch.gradle:build-tools` from 3.2.0-SNAPSHOT to 3.3.0-SNAPSHOT ([#1714](https://github.com/opensearch-project/opensearch-java/pull/1714))
99
- Bump `org.ajoberstar.grgit:grgit-gradle` from 5.3.2 to 5.3.3 ([#1723](https://github.com/opensearch-project/opensearch-java/pull/1723))
10-
- Bump `org.apache.httpcomponents.core5:httpcore5` from 5.3.4 to 5.3.5 ([#1726](https://github.com/opensearch-project/opensearch-java/pull/1726))
10+
- Bump `org.apache.httpcomponents.core5:httpcore5` from 5.3.4 to 5.3.6 ([#1726](https://github.com/opensearch-project/opensearch-java/pull/1726), [#1733](https://github.com/opensearch-project/opensearch-java/pull/1733))
1111

1212
## [Unreleased 3.x]
1313
### Added

java-client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ dependencies {
195195
api("org.apache.httpcomponents.client5:httpclient5:5.5") {
196196
exclude(group = "org.apache.httpcomponents.core5")
197197
}
198-
api("org.apache.httpcomponents.core5:httpcore5:5.3.5")
199-
api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.5")
198+
api("org.apache.httpcomponents.core5:httpcore5:5.3.6")
199+
api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.6")
200200

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

0 commit comments

Comments
 (0)