Skip to content

Commit

Permalink
update dependency (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 authored Mar 10, 2022
1 parent 9603848 commit 0ade1ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ To run the sample follow the below steps:

## Release Notes

### Release 1.2.4 (Mar 2022)
* Update amazon-kinesis-client from 1.14.7 to 1.14.8

### Release 1.2.3 (Feb 2022)
* Update slf4j-reload4j and slf4j-api from 1.7.35 to 1.7.36
* Update aws-lambda-java-events from 1.2.0 to 2.2.9
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-client</artifactId>
<version>1.14.7</version>
<version>1.14.8</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit 0ade1ca

Please sign in to comment.