Skip to content

Commit c99178e

Browse files
Bump org.apache.httpcomponents.core5:httpcore5 in /java-client
Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3.3 to 5.3.4. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.4/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.3.3...rel/v5.3.4) --- 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]>
1 parent 1a14271 commit c99178e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2") {
195195
exclude(group = "org.apache.httpcomponents.core5")
196196
}
197-
api("org.apache.httpcomponents.core5:httpcore5:5.3.3")
198-
api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.3")
197+
api("org.apache.httpcomponents.core5:httpcore5:5.3.4")
198+
api("org.apache.httpcomponents.core5:httpcore5-h2:5.3.4")
199199

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

0 commit comments

Comments
 (0)