File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aws-serverless-java-container-core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 -->
You can’t perform that action at this time.
0 commit comments