Skip to content

Commit

Permalink
Bump commons-httpclient:commons-httpclient in /thirdparty
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent eddb355 commit f163b19
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f163b19

Please sign in to comment.