8000 Bump httpclient from 4.5 to 4.5.13 in /BasicHttpClient by dependabot[bot] · Pull Request #1 · JavaK2/HttpClient · GitHub
[go: up one dir, main page]

Skip to content

Bump httpclient from 4.5 to 4.5.13 in /BasicHttpClient #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump httpclient from 4.5 to 4.5.13 in /BasicHttpClient
Bumps httpclient from 4.5 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2021
commit 590fc7a2c7aaaee0054b186a94b2fdb4936bc40e
2 changes: 1 addition & 1 deletion BasicHttpClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5</version>
<version>4.5.13</version>
</dependency>
</dependencies>
</project>
0