Skip to content

Commit

Permalink
Merge pull request #148 from aws/update-slf4j
Browse files Browse the repository at this point in the history
update parser library dependency and parser library version
  • Loading branch information
disa6302 authored Jan 21, 2022
2 parents f5d122d + b3970fc commit 30a3154
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ To run the sample follow the below steps:

## Release Notes


### Release 1.2.1 (Jan 2022)
* Update slf4j-log4j12 and slf4j-api from 1.7.25 to 1.7.33
* Update log4j-slf4j-impl from 2.8.2 to 2.17.1

### Release 1.2.0 (Jan 2022)
* Move from aws-lambda-java-log4j 1.1.0 to aws-lambda-java-log4j2 1.5.1 to address CVE
* Update log4j to 2.17.1 to address CVE
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>amazon-kinesis-video-streams-parser-library</artifactId>
<packaging>jar</packaging>
<name>Amazon Kinesis Video Streams Parser Library</name>
<version>1.2.0</version>
<version>1.2.1</version>
<description>The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams
returned by GetMedia calls to Amazon Kinesis Video.
</description>
Expand Down Expand Up @@ -133,18 +133,18 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
<version>1.7.33</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.8.2</version>
<version>2.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<version>1.7.33</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 30a3154

Please sign in to comment.