Skip to content

Commit 432cabf

Browse files
authored
update packages (#154)
1 parent 68f8058 commit 432cabf

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

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

130130
## Release Notes
131131

132+
### Release 1.2.3 (Feb 2022)
133+
* Update slf4j-reload4j and slf4j-api from 1.7.35 to 1.7.36
134+
* Update aws-lambda-java-events from 1.2.0 to 2.2.9
135+
* Update amazon-kinesis-video-streams-producer-sdk-java from 1.8.0 to 1.12.0
136+
* Update aws-java-sdk-bom from 1.11.487 to 1.12.162
137+
132138
### Release 1.2.2 (Jan 2022)
133139
* Update slf4j-reload4j(slf4j-log4j12) and slf4j-api from 1.7.33 to 1.7.35
134140
* Update amazon-kinesis-client from 1.9.3 to 1.14.7

pom.xml

Lines changed: 7 additions & 7 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.2</version>
17+
<version>1.2.3</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>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.amazonaws</groupId>
4848
<artifactId>aws-java-sdk-bom</artifactId>
49-
<version>1.11.487</version>
49+
<version>1.12.162</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.amazonaws</groupId>
7878
<artifactId>amazon-kinesis-video-streams-producer-sdk-java</artifactId>
79-
<version>1.8.0</version>
79+
<version>1.12.0</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>com.amazonaws</groupId>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.amazonaws</groupId>
9393
<artifactId>aws-lambda-java-events</artifactId>
94-
<version>1.2.0</version>
94+
<version>2.2.9</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.amazonaws</groupId>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.slf4j</groupId>
135135
<artifactId>slf4j-api</artifactId>
136-
<version>1.7.35</version>
136+
<version>1.7.36</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.logging.log4j</groupId>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.slf4j</groupId>
146146
<artifactId>slf4j-reload4j</artifactId>
147-
<version>1.7.35</version>
147+
<version>1.7.36</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.apache.logging.log4j</groupId>
@@ -283,7 +283,7 @@
283283
</execution>
284284
</executions>
285285
</plugin>
286-
286+
287287
</plugins>
288288

289289
</build>

0 commit comments

Comments
 (0)