We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ba4e3 commit 4c9956dCopy full SHA for 4c9956d
1 file changed
examples/powertools-examples-serialization/sam-graalvm/pom.xml
@@ -2,7 +2,7 @@
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>software.amazon.lambda.examples</groupId>
5
- <version>2.1.0</version>
+ <version>2.1.1</version>
6
<artifactId>powertools-examples-serialization-sam-graalvm</artifactId>
7
<packaging>jar</packaging>
8
<name>Powertools for AWS Lambda (Java) - Examples - Serialization GraalVM</name>
@@ -31,7 +31,7 @@
31
<dependency>
32
<groupId>com.amazonaws</groupId>
33
<artifactId>aws-lambda-java-events</artifactId>
34
- <version>3.15.0</version>
+ <version>3.16.0</version>
35
</dependency>
36
37
0 commit comments