@@ -44,7 +44,7 @@ so the dependencies section in the pom.xml file would like this
44
44
<dependency >
45
45
<groupId >com.amazonaws</groupId >
46
46
<artifactId >aws-lambda-java-events</artifactId >
47
- <version >2.0.1 </version >
47
+ <version >2.2.2 </version >
48
48
</dependency >
49
49
...
50
50
</dependencies >
@@ -65,7 +65,7 @@ For the S3 event the pom would look like this:
65
65
<dependency >
66
66
<groupId >com.amazonaws</groupId >
67
67
<artifactId >aws-lambda-java-events</artifactId >
68
- <version >2.0.1 </version >
68
+ <version >2.2.2 </version >
69
69
</dependency >
70
70
<dependency >
71
71
<groupId >com.amazonaws</groupId >
@@ -91,7 +91,7 @@ For the Kinesis event
91
91
<dependency >
92
92
<groupId >com.amazonaws</groupId >
93
93
<artifactId >aws-lambda-java-events</artifactId >
94
- <version >2.0.1 </version >
94
+ <version >2.2.2 </version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >com.amazonaws</groupId >
@@ -117,7 +117,7 @@ For the Dynamodb event
117
117
<dependency >
118
118
<groupId >com.amazonaws</groupId >
119
119
<artifactId >aws-lambda-java-events</artifactId >
120
- <version >2.0.1 </version >
120
+ <version >2.2.2 </version >
121
121
</dependency >
122
122
<dependency >
123
123
<groupId >com.amazonaws</groupId >
0 commit comments