Skip to content

Commit

Permalink
test(deps): update org.apache.httpcomponents (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Oct 19, 2020
1 parent af7558b commit e7d21ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -108,13 +108,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
<version>4.5.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.12</version>
<version>4.5.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e7d21ae

Please sign in to comment.