Commit 11ebb4b
Michael Kunze
Update all dependencies to their latest versions
This also involves a fix from AWS:
One or more applications in your AWS account has a dependency on
asynchronous features of AWS SDK for Java V2. In versions below 2.10.56
of the AWS SDK for Java V2, the asynchronous clients (e.g.
S3AsyncClient, SqsAsyncClient) resolve and cache the IP address of AWS
Services once per channel pool, and the resolved IP is then used for all
future connections to the host name until the client is closed. As a
result, applications that use long-lived asynchronous SDK clients could
use stale IP addresses to AWS services that can result in exceptions,
and potentially not use the breadth of load balancing that the service
provides, causing increased overall latency.
What Do I Need to Do?
Please upgrade your application dependency to AWS Java V2 SDK 2.10.561 parent 0063e87 commit 11ebb4b
1 file changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
0 commit comments