Skip to content

Commit 8ff0238

Browse files
authored
Merge branch 'main' into feat/large_message
2 parents 02d4707 + b1c688d commit 8ff0238

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,15 @@ The following companies, among others, use Powertools:
197197
* [MkDocs](https://www.mkdocs.org/)
198198
* [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)
199199

200+
## Connect
201+
202+
* **Powertools for AWS Lambda on Discord**: `#java` - **[Invite link](https://discord.gg/B8zZKbbyET)**
203+
* **Email**: <aws-lambda-powertools-feedback@amazon.com>
204+
205+
## Security disclosures
206+
207+
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:aws-security@amazon.com).
208+
200209
## License
201210

202211
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven.deploy.skip>true</maven.deploy.skip>
1717
<lambda.core.version>1.2.2</lambda.core.version>
1818
<lambda.events.version>3.11.2</lambda.events.version>
19-
<aws.sdk.version>2.20.109</aws.sdk.version>
19+
<aws.sdk.version>2.20.110</aws.sdk.version>
2020
</properties>
2121
<dependencyManagement>
2222
<dependencies>

examples/powertools-examples-sqs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>software.amazon.awssdk</groupId>
3030
<artifactId>url-connection-client</artifactId>
31-
<version>2.20.109</version>
31+
<version>2.20.110</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.amazonaws</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<log4j.version>2.20.0</log4j.version>
6262
<jackson.version>2.15.2</jackson.version>
6363
<aspectj.version>1.9.7</aspectj.version>
64-
<aws.sdk.version>2.20.109</aws.sdk.version>
64+
<aws.sdk.version>2.20.110</aws.sdk.version>
6565
<aws.xray.recorder.version>2.14.0</aws.xray.recorder.version>
6666
<payloadoffloading-common.version>2.1.3</payloadoffloading-common.version>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)