@@ -48,7 +48,7 @@ so the dependencies section in the pom.xml file would like this
48
48
<dependency >
49
49
<groupId >com.amazonaws</groupId >
50
50
<artifactId >aws-lambda-java-events</artifactId >
51
- <version >2.2.8 </version >
51
+ <version >2.2.9 </version >
52
52
</dependency >
53
53
...
54
54
</dependencies >
@@ -69,7 +69,7 @@ For the S3 event the pom would look like this:
69
69
<dependency >
70
70
<groupId >com.amazonaws</groupId >
71
71
<artifactId >aws-lambda-java-events</artifactId >
72
- <version >2.2.8 </version >
72
+ <version >2.2.9 </version >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >com.amazonaws</groupId >
@@ -95,7 +95,7 @@ For the Kinesis event
95
95
<dependency >
96
96
<groupId >com.amazonaws</groupId >
97
97
<artifactId >aws-lambda-java-events</artifactId >
98
- <version >2.2.8 </version >
98
+ <version >2.2.9 </version >
99
99
</dependency >
100
100
<dependency >
101
101
<groupId >com.amazonaws</groupId >
@@ -121,7 +121,7 @@ For the Dynamodb event
121
121
<dependency >
122
122
<groupId >com.amazonaws</groupId >
123
123
<artifactId >aws-lambda-java-events</artifactId >
124
- <version >2.2.8 </version >
124
+ <version >2.2.9 </version >
125
125
</dependency >
126
126
<dependency >
127
127
<groupId >com.amazonaws</groupId >
0 commit comments