Skip to content

Commit d8b915c

Browse files
Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3
Bumps [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) from 5.3.2 to 5.3.3. - [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.3.3/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-core@rel/v5.3.2...rel/v5.3.3) --- 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 a0e3ffa commit d8b915c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)