@@ -48,7 +48,7 @@ so the dependencies section in the pom.xml file would like this
4848 <dependency >
4949 <groupId >com.amazonaws</groupId >
5050 <artifactId >aws-lambda-java-events</artifactId >
51- <version >2.2.8 </version >
51+ <version >2.2.9 </version >
5252 </dependency >
5353 ...
5454</dependencies >
@@ -69,7 +69,7 @@ For the S3 event the pom would look like this:
6969 <dependency >
7070 <groupId >com.amazonaws</groupId >
7171 <artifactId >aws-lambda-java-events</artifactId >
72- <version >2.2.8 </version >
72+ <version >2.2.9 </version >
7373 </dependency >
7474 <dependency >
7575 <groupId >com.amazonaws</groupId >
@@ -95,7 +95,7 @@ For the Kinesis event
9595 <dependency >
9696 <groupId >com.amazonaws</groupId >
9797 <artifactId >aws-lambda-java-events</artifactId >
98- <version >2.2.8 </version >
98+ <version >2.2.9 </version >
9999 </dependency >
100100 <dependency >
101101 <groupId >com.amazonaws</groupId >
@@ -121,7 +121,7 @@ For the Dynamodb event
121121 <dependency >
122122 <groupId >com.amazonaws</groupId >
123123 <artifactId >aws-lambda-java-events</artifactId >
124- <version >2.2.8 </version >
124+ <version >2.2.9 </version >
125125 </dependency >
126126 <dependency >
127127 <groupId >com.amazonaws</groupId >
0 commit comments