Skip to content

Commit 30a3154

Browse files
authored
Merge pull request #148 from aws/update-slf4j
update parser library dependency and parser library version
2 parents f5d122d + b3970fc commit 30a3154

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

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

130130
## Release Notes
131131

132+
133+
### Release 1.2.1 (Jan 2022)
134+
* Update slf4j-log4j12 and slf4j-api from 1.7.25 to 1.7.33
135+
* Update log4j-slf4j-impl from 2.8.2 to 2.17.1
136+
132137
### Release 1.2.0 (Jan 2022)
133138
* Move from aws-lambda-java-log4j 1.1.0 to aws-lambda-java-log4j2 1.5.1 to address CVE
134139
* Update log4j to 2.17.1 to address CVE

pom.xml

Lines changed: 4 additions & 4 deletions
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.2.0</version>
17+
<version>1.2.1</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>
@@ -133,18 +133,18 @@
133133
<dependency>
134134
<groupId>org.slf4j</groupId>
135135
<artifactId>slf4j-api</artifactId>
136-
<version>1.7.10</version>
136+
<version>1.7.33</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.logging.log4j</groupId>
140140
<artifactId>log4j-slf4j-impl</artifactId>
141-
<version>2.8.2</version>
141+
<version>2.17.1</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.slf4j</groupId>
146146
<artifactId>slf4j-log4j12</artifactId>
147-
<version>1.7.25</version>
147+
<version>1.7.33</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)