Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents:httpcore to v4.4.16 (#2991)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 2, 2022
1 parent a4d8472 commit 72e0ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics-httpasyncclient/pom.xml
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-httpclient/pom.xml
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 72e0ea4

Please sign in to comment.