Skip to content

Commit

Permalink
Bump commons-httpclient:commons-httpclient from 3.0.1 to 3.1 in /thir…
Browse files Browse the repository at this point in the history
…dparty (#92)

* Bump commons-httpclient:commons-httpclient in /thirdparty

Bumps commons-httpclient:commons-httpclient from 3.0.1 to 3.1.

---
updated-dependencies:
- dependency-name: commons-httpclient:commons-httpclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
  • Loading branch information
3 people committed Feb 14, 2023
1 parent 933c5ac commit f01caae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `com.google.guava:guava` from 11.0 to 23.0
- Bumps `commons-codec:commons-codec` from 1.4 to 1.15
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2
- Bumps `commons-httpclient:commons-httpclient` from 3.0.1 to 3.1
- Bumps `org.apache.rat:apache-rat` from 0.13 to 0.15


Expand Down
2 changes: 1 addition & 1 deletion thirdparty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configurations {
BuildPlugin.disableTransitiveDependencies(project, configurations.shaded)

dependencies {
shaded("commons-httpclient:commons-httpclient:3.0.1")
shaded("commons-httpclient:commons-httpclient:3.1")
shaded("org.codehaus.jackson:jackson-mapper-asl:${project.ext.jacksonVersion}")
shaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}")
shaded("com.google.guava:guava:${project.ext.googleGuavaVersion}")
Expand Down
1 change: 0 additions & 1 deletion thirdparty/licenses/commons-httpclient-3.0.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions thirdparty/licenses/commons-httpclient-3.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
964cd74171f427720480efdec40a7c7f6e58426a

0 comments on commit f01caae

Please sign in to comment.