|
16 | 16 | <liquibase.version>4.29.2</liquibase.version>
|
17 | 17 | <dropwizard.version>4.0.7</dropwizard.version>
|
18 | 18 | <logback.version>1.5.7</logback.version>
|
19 |
| - <pact.version>4.6.14</pact.version> |
| 19 | + <pact.version>4.6.15</pact.version> |
20 | 20 | <postgres.version>42.7.4</postgres.version>
|
21 |
| - <surefire.version>3.5.1</surefire.version> |
| 21 | + <surefire.version>3.5.2</surefire.version> |
22 | 22 | <swagger.ui.version>5.17.14</swagger.ui.version>
|
23 | 23 | <swagger.ui.path>META-INF/resources/webjars/swagger-ui/${swagger.ui.version}/</swagger.ui.path>
|
24 | 24 | <mockserver.version>5.15.0</mockserver.version>
|
|
138 | 138 | <suppressionFile>owaspSuppression.xml</suppressionFile>
|
139 | 139 | </suppressionFiles>
|
140 | 140 | </configuration>
|
141 |
| - <version>11.0.0</version> |
| 141 | + <version>11.1.0</version> |
142 | 142 | <executions>
|
143 | 143 | <execution>
|
144 | 144 | <goals>
|
|
370 | 370 | <dependency>
|
371 | 371 | <groupId>com.networknt</groupId>
|
372 | 372 | <artifactId>json-schema-validator</artifactId>
|
373 |
| - <version>1.5.2</version> |
| 373 | + <version>1.5.3</version> |
374 | 374 | </dependency>
|
375 | 375 | <dependency>
|
376 | 376 | <groupId>com.fasterxml.jackson.core</groupId>
|
377 | 377 | <artifactId>jackson-core</artifactId>
|
378 |
| - <version>2.18.0</version> |
| 378 | + <version>2.18.1</version> |
379 | 379 | </dependency>
|
380 | 380 |
|
381 | 381 | <dependency>
|
|
414 | 414 | <dependency>
|
415 | 415 | <groupId>com.fasterxml.jackson.core</groupId>
|
416 | 416 | <artifactId>jackson-annotations</artifactId>
|
417 |
| - <version>2.18.0</version> |
| 417 | + <version>2.18.1</version> |
418 | 418 | </dependency>
|
419 | 419 |
|
420 | 420 | <!-- https://mvnrepository.com/artifact/org.parboiled/parboiled-java -->
|
|
449 | 449 | <dependency>
|
450 | 450 | <groupId>org.bouncycastle</groupId>
|
451 | 451 | <artifactId>bcprov-jdk18on</artifactId>
|
452 |
| - <version>1.78.1</version> |
| 452 | + <version>1.79</version> |
453 | 453 | </dependency>
|
454 | 454 |
|
455 | 455 | <dependency>
|
456 | 456 | <groupId>org.apache.httpcomponents.client5</groupId>
|
457 | 457 | <artifactId>httpclient5</artifactId>
|
458 |
| - <version>5.4</version> |
| 458 | + <version>5.4.1</version> |
459 | 459 | </dependency>
|
460 | 460 |
|
461 | 461 | <dependency>
|
|
0 commit comments