Skip to content

Commit

Permalink
Merge pull request #1249 from vespa-engine/renovate/org.apache.httpco…
Browse files Browse the repository at this point in the history
…mponents-httpclient-4.x

Update dependency org.apache.httpcomponents:httpclient to v4.5.14
  • Loading branch information
kkraune authored Aug 1, 2023
2 parents a4f6d69 + bb07450 commit 5291a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion text-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion use-case-shopping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5291a1e

Please sign in to comment.