Skip to content

Commit

Permalink
chore(deps): Update Apache HttpComponents dependencies (httpmime, htt…
Browse files Browse the repository at this point in the history
…pclient to 4.5.14, httpcore to 4.4.16)
  • Loading branch information
deki committed Apr 24, 2023
1 parent 4de5f4b commit fe6cb17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
<version>4.5.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
<version>4.4.16</version>
<scope>compile</scope>
<optional>true</optional><!-- TODO move AwsProxyRequestBuilder to seperate test-jar and change scope to test
https://github.com/awslabs/aws-serverless-java-container/issues/394 -->
Expand Down

0 comments on commit fe6cb17

Please sign in to comment.