|
14 | 14 | <artifactId>amazon-kinesis-video-streams-parser-library</artifactId>
|
15 | 15 | <packaging>jar</packaging>
|
16 | 16 | <name>Amazon Kinesis Video Streams Parser Library</name>
|
17 |
| - <version>1.2.2</version> |
| 17 | + <version>1.2.3</version> |
18 | 18 | <description>The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams
|
19 | 19 | returned by GetMedia calls to Amazon Kinesis Video.
|
20 | 20 | </description>
|
|
46 | 46 | <dependency>
|
47 | 47 | <groupId>com.amazonaws</groupId>
|
48 | 48 | <artifactId>aws-java-sdk-bom</artifactId>
|
49 |
| - <version>1.11.487</version> |
| 49 | + <version>1.12.162</version> |
50 | 50 | <type>pom</type>
|
51 | 51 | <scope>import</scope>
|
52 | 52 | </dependency>
|
|
76 | 76 | <dependency>
|
77 | 77 | <groupId>com.amazonaws</groupId>
|
78 | 78 | <artifactId>amazon-kinesis-video-streams-producer-sdk-java</artifactId>
|
79 |
| - <version>1.8.0</version> |
| 79 | + <version>1.12.0</version> |
80 | 80 | </dependency>
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>com.amazonaws</groupId>
|
|
91 | 91 | <dependency>
|
92 | 92 | <groupId>com.amazonaws</groupId>
|
93 | 93 | <artifactId>aws-lambda-java-events</artifactId>
|
94 |
| - <version>1.2.0</version> |
| 94 | + <version>2.2.9</version> |
95 | 95 | </dependency>
|
96 | 96 | <dependency>
|
97 | 97 | <groupId>com.amazonaws</groupId>
|
|
133 | 133 | <dependency>
|
134 | 134 | <groupId>org.slf4j</groupId>
|
135 | 135 | <artifactId>slf4j-api</artifactId>
|
136 |
| - <version>1.7.35</version> |
| 136 | + <version>1.7.36</version> |
137 | 137 | </dependency>
|
138 | 138 | <dependency>
|
139 | 139 | <groupId>org.apache.logging.log4j</groupId>
|
|
144 | 144 | <dependency>
|
145 | 145 | <groupId>org.slf4j</groupId>
|
146 | 146 | <artifactId>slf4j-reload4j</artifactId>
|
147 |
| - <version>1.7.35</version> |
| 147 | + <version>1.7.36</version> |
148 | 148 | </dependency>
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>org.apache.logging.log4j</groupId>
|
|
283 | 283 | </execution>
|
284 | 284 | </executions>
|
285 | 285 | </plugin>
|
286 |
| - |
| 286 | + |
287 | 287 | </plugins>
|
288 | 288 |
|
289 | 289 | </build>
|
|
0 commit comments