Skip to content

Commit 4c9956d

Browse files
committed
feat(serialization): Bump version
1 parent 47ba4e3 commit 4c9956d

File tree

1 file changed

+2
-2
lines changed
  • examples/powertools-examples-serialization/sam-graalvm

1 file changed

+2
-2
lines changed

examples/powertools-examples-serialization/sam-graalvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.amazon.lambda.examples</groupId>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66
<artifactId>powertools-examples-serialization-sam-graalvm</artifactId>
77
<packaging>jar</packaging>
88
<name>Powertools for AWS Lambda (Java) - Examples - Serialization GraalVM</name>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.amazonaws</groupId>
3333
<artifactId>aws-lambda-java-events</artifactId>
34-
<version>3.15.0</version>
34+
<version>3.16.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)