|
187 | 187 | <dependency> |
188 | 188 | <groupId>org.junit.jupiter</groupId> |
189 | 189 | <artifactId>junit-jupiter-api</artifactId> |
190 | | - <version>5.2.0</version> |
| 190 | + <version>5.4.0</version> |
191 | 191 | <scope>test</scope> |
192 | 192 | </dependency> |
193 | 193 | <dependency> |
194 | 194 | <groupId>org.junit.platform</groupId> |
195 | 195 | <artifactId>junit-platform-runner</artifactId> |
196 | | - <version>1.2.0</version> |
| 196 | + <version>1.4.0</version> |
197 | 197 | <scope>test</scope> |
198 | 198 | </dependency> |
199 | 199 | <dependency> |
200 | 200 | <groupId>org.junit.jupiter</groupId> |
201 | 201 | <artifactId>junit-jupiter-engine</artifactId> |
202 | | - <version>5.2.0</version> |
| 202 | + <version>5.4.0</version> |
203 | 203 | <scope>test</scope> |
204 | 204 | </dependency> |
205 | 205 | <dependency> |
206 | 206 | <groupId>org.junit.vintage</groupId> |
207 | 207 | <artifactId>junit-vintage-engine</artifactId> |
208 | | - <version>5.2.0</version> |
| 208 | + <version>5.4.0</version> |
209 | 209 | <scope>test</scope> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
|
219 | 219 | <dependency> |
220 | 220 | <groupId>org.glassfish</groupId> |
221 | 221 | <artifactId>javax.json</artifactId> |
222 | | - <version>1.1.2</version> |
| 222 | + <version>1.1.4</version> |
223 | 223 | </dependency> |
224 | 224 | <dependency> |
225 | 225 | <groupId>com.amazonaws</groupId> |
|
234 | 234 | <dependency> |
235 | 235 | <groupId>com.amazonaws</groupId> |
236 | 236 | <artifactId>aws-java-sdk-kinesis</artifactId> |
237 | | - <version>1.11.398</version> |
| 237 | + <version>1.11.505</version> |
238 | 238 | </dependency> |
239 | 239 | <dependency> |
240 | 240 | <groupId>com.amazonaws</groupId> |
241 | 241 | <artifactId>aws-java-sdk-s3</artifactId> |
242 | | - <version>1.11.398</version> |
| 242 | + <version>1.11.505</version> |
243 | 243 | </dependency> |
244 | 244 | <dependency> |
245 | 245 | <groupId>com.squareup.okhttp3</groupId> |
246 | 246 | <artifactId>okhttp</artifactId> |
247 | | - <version>3.11.0</version> |
| 247 | + <version>3.13.1</version> |
248 | 248 | </dependency> |
249 | 249 | <dependency> |
250 | 250 | <groupId>org.tinylog</groupId> |
251 | 251 | <artifactId>tinylog</artifactId> |
252 | | - <version>1.3.5</version> |
| 252 | + <version>1.3.6</version> |
253 | 253 | </dependency> |
254 | 254 | <dependency> |
255 | 255 | <groupId>com.fasterxml.jackson.datatype</groupId> |
256 | 256 | <artifactId>jackson-datatype-joda</artifactId> |
257 | | - <version>2.9.6</version> |
| 257 | + <version>2.9.8</version> |
258 | 258 | </dependency> |
259 | 259 | </dependencies> |
260 | 260 | <!-- Note that there are no build steps for deployment because this is a |
|
0 commit comments