Skip to content

Commit 335a75c

Browse files
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.2 (#1383)
* Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.2 Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3.1 to 5.3.2. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.2/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.3.1...rel/v5.3.2) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.core5:httpcore5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecfad88 commit 335a75c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
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
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
88
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
99
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1
10-
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.1
10+
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.2 ([#1383](https://github.com/opensearch-project/opensearch-java/pull/1383))
1111
- Bump `org.junit:junit-bom` from 5.11.3 to 5.11.4 ([#1367](https://github.com/opensearch-project/opensearch-java/pull/1367))
1212
- Bump `org.owasp.dependencycheck` from 11.1.1 to 12.0.0 ([#1381](https://github.com/opensearch-project/opensearch-java/pull/1381))
1313

java-client/build.gradle.kts

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

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

0 commit comments

Comments
 (0)