|
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>disputes-api</artifactId> |
13 | | - <version>0.0.4</version> |
| 13 | + <version>0.0.5</version> |
14 | 14 | <packaging>jar</packaging> |
15 | 15 |
|
16 | 16 | <name>disputes-api</name> |
|
223 | 223 | <dependency> |
224 | 224 | <groupId>io.jsonwebtoken</groupId> |
225 | 225 | <artifactId>jjwt-impl</artifactId> |
226 | | - <version>0.12.5</version> |
| 226 | + <version>0.12.6</version> |
227 | 227 | <scope>test</scope> |
228 | 228 | </dependency> |
229 | 229 | <dependency> |
230 | 230 | <groupId>io.jsonwebtoken</groupId> |
231 | 231 | <artifactId>jjwt-api</artifactId> |
232 | | - <version>0.12.5</version> |
| 232 | + <version>0.12.6</version> |
233 | 233 | <scope>test</scope> |
234 | 234 | </dependency> |
235 | 235 | <dependency> |
236 | 236 | <groupId>io.jsonwebtoken</groupId> |
237 | 237 | <artifactId>jjwt-jackson</artifactId> |
238 | | - <version>0.12.5</version> |
| 238 | + <version>0.12.6</version> |
239 | 239 | <scope>test</scope> |
240 | 240 | </dependency> |
241 | 241 | <dependency> |
242 | 242 | <groupId>com.github.tomakehurst</groupId> |
243 | 243 | <artifactId>wiremock-jre8-standalone</artifactId> |
244 | | - <version>2.35.1</version> |
| 244 | + <version>2.35.2</version> |
245 | 245 | <scope>test</scope> |
246 | 246 | </dependency> |
247 | 247 | <dependency> |
248 | 248 | <groupId>org.springframework.cloud</groupId> |
249 | 249 | <artifactId>spring-cloud-contract-wiremock</artifactId> |
250 | | - <version>4.1.3</version> |
| 250 | + <version>4.2.0</version> |
251 | 251 | <scope>test</scope> |
252 | 252 | </dependency> |
253 | 253 | <dependency> |
|
259 | 259 | <dependency> |
260 | 260 | <groupId>io.zonky.test</groupId> |
261 | 261 | <artifactId>embedded-postgres</artifactId> |
262 | | - <version>2.0.7</version> |
| 262 | + <version>2.1.0</version> |
263 | 263 | <scope>test</scope> |
264 | 264 | </dependency> |
265 | 265 | <dependency> |
266 | 266 | <groupId>io.zonky.test.postgres</groupId> |
267 | 267 | <artifactId>embedded-postgres-binaries-darwin-amd64</artifactId> |
268 | | - <version>16.2.0</version> |
| 268 | + <version>16.8.0</version> |
269 | 269 | <scope>test</scope> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
272 | 272 | <groupId>io.zonky.test</groupId> |
273 | 273 | <artifactId>embedded-database-spring-test</artifactId> |
274 | | - <version>2.5.1</version> |
| 274 | + <version>2.6.0</version> |
275 | 275 | <scope>test</scope> |
276 | 276 | </dependency> |
277 | 277 | </dependencies> |
|
0 commit comments