Skip to content

Commit 7ba36ba

Browse files
authored
Update README.md
1 parent 8de652b commit 7ba36ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aws-lambda-java-events/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ so the dependencies section in the pom.xml file would like this
4444
<dependency>
4545
<groupId>com.amazonaws</groupId>
4646
<artifactId>aws-lambda-java-events</artifactId>
47-
<version>2.0.1</version>
47+
<version>2.2.2</version>
4848
</dependency>
4949
...
5050
</dependencies>
@@ -65,7 +65,7 @@ For the S3 event the pom would look like this:
6565
<dependency>
6666
<groupId>com.amazonaws</groupId>
6767
<artifactId>aws-lambda-java-events</artifactId>
68-
<version>2.0.1</version>
68+
<version>2.2.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.amazonaws</groupId>
@@ -91,7 +91,7 @@ For the Kinesis event
9191
<dependency>
9292
<groupId>com.amazonaws</groupId>
9393
<artifactId>aws-lambda-java-events</artifactId>
94-
<version>2.0.1</version>
94+
<version>2.2.2</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.amazonaws</groupId>
@@ -117,7 +117,7 @@ For the Dynamodb event
117117
<dependency>
118118
<groupId>com.amazonaws</groupId>
119119
<artifactId>aws-lambda-java-events</artifactId>
120-
<version>2.0.1</version>
120+
<version>2.2.2</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)