Skip to content

Commit

Permalink
Merge pull request #313 from simonjhy/BLADE-737
Browse files Browse the repository at this point in the history
BLADE-737 update httpClient dependency version
  • Loading branch information
simonjhy authored Oct 25, 2023
2 parents 9a051a9 + aa0df13 commit 1a0bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
api group: "org.apache.commons", name: "commons-compress", version: "1.21"
api group: "org.apache.commons", name: "commons-configuration2", version: "2.8.0"
api group: "org.apache.commons", name: "commons-text", version: "1.10.0"
api group: "org.apache.httpcomponents", name: "httpclient", version: "4.5.13"
api group: "org.apache.httpcomponents", name: "httpclient", version: "4.5.14"
api group: "org.apache.httpcomponents", name: "httpcore", version: "4.4.14"
api group: "org.apache.maven", name: "maven-resolver-provider", version: "3.6.3"
api group: "org.apache.maven", name: "maven-settings", version: "3.6.3"
Expand Down

0 comments on commit 1a0bbb5

Please sign in to comment.