We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4a7a3 commit ddc9b61Copy full SHA for ddc9b61
aws-serverless-java-container-core/pom.xml
@@ -74,7 +74,7 @@
74
<dependency>
75
<groupId>org.apache.httpcomponents</groupId>
76
<artifactId>httpmime</artifactId>
77
- <version>4.5.6</version>
+ <version>4.5.13</version>
78
<scope>compile</scope>
79
</dependency>
80
@@ -88,8 +88,10 @@
88
89
90
<artifactId>httpcore</artifactId>
91
- <version>4.4.10</version>
+ <version>4.4.14</version>
92
93
+ <optional>true</optional><!-- TODO move AwsProxyRequestBuilder to seperate test-jar and change scope to test
94
+ https://github.com/awslabs/aws-serverless-java-container/issues/394 -->
95
96
97
<groupId>org.springframework.security</groupId>
0 commit comments