Skip to content

Commit d032c5d

Browse files
Bump org.apache.httpcomponents.client5:httpclient5 from 5.0.3 to 5.5.1 (#350)
Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.0.3 to 5.5.1. - [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.5.1/RELEASE_NOTES.txt) - [Commits](apache/httpcomponents-client@rel/v5.0.3...rel/v5.5.1) --- updated-dependencies: - dependency-name: org.apache.httpcomponents.client5:httpclient5 dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d4cbad commit d032c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollbar-reactive-streams/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repositories {
1010
dependencies {
1111
api(project(":rollbar-java"))
1212
api("org.reactivestreams:reactive-streams:1.0.3")
13-
compileOnly("org.apache.httpcomponents.client5:httpclient5:5.0.3")
13+
compileOnly("org.apache.httpcomponents.client5:httpclient5:5.5.1")
1414

1515
testImplementation("org.reactivestreams:reactive-streams-tck:1.0.4")
1616
testImplementation("org.mockito:mockito-core:5.13.0")
1717
testImplementation("org.testng:testng:7.10.2")
18-
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.0.3")
18+
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.5.1")
1919
testImplementation("org.apache.commons:commons-lang3:3.12.0")
2020
testImplementation("com.google.code.gson:gson:2.8.2")
2121

0 commit comments

Comments
 (0)