Skip to content

Commit 802108b

Browse files
committed
feat(serialization): Bump lambda-java-core and runtime-interface to match other dependencies
1 parent af1ecf0 commit 802108b

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
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.amazonaws</groupId>
2828
<artifactId>aws-lambda-java-core</artifactId>
29-
<version>1.2.3</version>
29+
<version>1.3.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.amazonaws</groupId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>
3838
<artifactId>aws-lambda-java-runtime-interface-client</artifactId>
39-
<version>2.1.1</version>
39+
<version>2.8.2</version>
4040
</dependency>
4141
</dependencies>
4242

0 commit comments

Comments
 (0)