File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments