Skip to content

Commit 96524e2

Browse files
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3 to 5.3.1 in /java-client (#1274)
* Bump org.apache.httpcomponents.core5:httpcore5 in /java-client Bumps [org.apache.httpcomponents.core5:httpcore5](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](apache/httpcomponents-core@rel/v5.3...rel/v5.3.1) --- 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]> * Fix Signed-off-by: Thomas Farr <[email protected]> * Fix Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Thomas Farr <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr <[email protected]>
1 parent 5c04563 commit 96524e2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ updates:
2424
- "dependabot"
2525
- "dependencies"
2626
- "github-actions"
27+
- "skip-changelog"
2728
version: 2

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88
- Bumps `org.hamcrest:hamcrest` from 2.2 to 3.0
99
- Bumps `com.github.jk1.dependency-license-report` from 2.8 to 2.9
1010
- Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1
11+
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.3 to 5.3.1
1112

1213
This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section.
1314

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dependencies {
189189
api("org.apache.httpcomponents.client5:httpclient5:5.4.1") {
190190
exclude(group = "org.apache.httpcomponents.core5")
191191
}
192-
api("org.apache.httpcomponents.core5:httpcore5:5.3")
192+
api("org.apache.httpcomponents.core5:httpcore5:5.3.1")
193193
api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.1")
194194

195195
// Apache 2.0

0 commit comments

Comments
 (0)