Skip to content

Commit fe6cb17

Browse files
committed
chore(deps): Update Apache HttpComponents dependencies (httpmime, httpclient to 4.5.14, httpcore to 4.4.16)
1 parent 4de5f4b commit fe6cb17

File tree

1 file changed

+3
-3
lines changed
  • aws-serverless-java-container-core

1 file changed

+3
-3
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
<dependency>
6969
<groupId>org.apache.httpcomponents</groupId>
7070
<artifactId>httpmime</artifactId>
71-
<version>4.5.13</version>
71+
<version>4.5.14</version>
7272
<scope>compile</scope>
7373
</dependency>
7474

7575
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
7676
<dependency>
7777
<groupId>org.apache.httpcomponents</groupId>
7878
<artifactId>httpclient</artifactId>
79-
<version>4.5.13</version>
79+
<version>4.5.14</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.apache.httpcomponents</groupId>
9999
<artifactId>httpcore</artifactId>
100-
<version>4.4.15</version>
100+
<version>4.4.16</version>
101101
<scope>compile</scope>
102102
<optional>true</optional><!-- TODO move AwsProxyRequestBuilder to seperate test-jar and change scope to test
103103
https://github.com/awslabs/aws-serverless-java-container/issues/394 -->

0 commit comments

Comments
 (0)