Skip to content

Commit ecb4d1f

Browse files
authored
Merge pull request #147 from aws/update-parser-library-version
Update parser library version to include log4j to log4j2 update
2 parents 0db94ce + 3222255 commit ecb4d1f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ To run the sample follow the below steps:
129129

130130
## Release Notes
131131

132+
### Release 1.2.0 (Jan 2022)
133+
* Move from aws-lambda-java-log4j 1.1.0 to aws-lambda-java-log4j2 1.5.1 to address CVE
134+
132135
### Release 1.1.0 (Dec 2021)
133136
* Add ListFragment worker and update GetMediaForFragmentListWorker
134137
* Upgrade Log4j to 2.16 to address CVE

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<artifactId>amazon-kinesis-video-streams-parser-library</artifactId>
1515
<packaging>jar</packaging>
1616
<name>Amazon Kinesis Video Streams Parser Library</name>
17-
<version>1.1.0</version>
17+
<version>1.2.0</version>
1818
<description>The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams
1919
returned by GetMedia calls to Amazon Kinesis Video.
2020
</description>

0 commit comments

Comments
 (0)