|
13 | 13 | <java.version>17</java.version> |
14 | 14 | <maven.compiler.source>17</maven.compiler.source> |
15 | 15 | <maven.compiler.target>17</maven.compiler.target> |
16 | | - <liquibase.version>4.25.1</liquibase.version> |
| 16 | + <liquibase.version>4.26.0</liquibase.version> |
17 | 17 | <dropwizard.version>4.0.4</dropwizard.version> |
18 | 18 | <logback.version>1.4.14</logback.version> |
19 | | - <pact.version>4.6.4</pact.version> |
| 19 | + <pact.version>4.6.7</pact.version> |
20 | 20 | <postgres.version>42.7.2</postgres.version> |
21 | 21 | <surefire.version>3.2.5</surefire.version> |
22 | 22 | <swagger.ui.version>5.10.3</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> |
25 | | - <junit.version>5.10.1</junit.version> |
| 25 | + <junit.version>5.10.2</junit.version> |
26 | 26 | <io.grpc.version>1.58.0</io.grpc.version> |
27 | | - <mockito.version>5.9.0</mockito.version> |
| 27 | + <mockito.version>5.10.0</mockito.version> |
28 | 28 |
|
29 | 29 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
30 | 30 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
138 | 138 | <suppressionFile>owaspSuppression.xml</suppressionFile> |
139 | 139 | </suppressionFiles> |
140 | 140 | </configuration> |
141 | | - <version>9.0.8</version> |
| 141 | + <version>9.0.9</version> |
142 | 142 | <executions> |
143 | 143 | <execution> |
144 | 144 | <goals> |
|
358 | 358 | <groupId>org.jdbi</groupId> |
359 | 359 | <artifactId>jdbi3-bom</artifactId> |
360 | 360 | <type>pom</type> |
361 | | - <version>3.43.0</version> |
| 361 | + <version>3.45.0</version> |
362 | 362 | <scope>import</scope> |
363 | 363 | </dependency> |
364 | 364 | </dependencies> |
|
370 | 370 | <dependency> |
371 | 371 | <groupId>com.networknt</groupId> |
372 | 372 | <artifactId>json-schema-validator</artifactId> |
373 | | - <version>1.1.0</version> |
| 373 | + <version>1.3.2</version> |
374 | 374 | </dependency> |
375 | 375 | <dependency> |
376 | 376 | <groupId>com.fasterxml.jackson.core</groupId> |
|
427 | 427 | <dependency> |
428 | 428 | <groupId>com.sendgrid</groupId> |
429 | 429 | <artifactId>sendgrid-java</artifactId> |
430 | | - <version>4.10.1</version> |
| 430 | + <version>4.10.2</version> |
431 | 431 | </dependency> |
432 | 432 |
|
433 | 433 | <dependency> |
434 | 434 | <groupId>org.apache.httpcomponents.client5</groupId> |
435 | 435 | <artifactId>httpclient5</artifactId> |
436 | | - <version>5.3</version> |
| 436 | + <version>5.3.1</version> |
437 | 437 | </dependency> |
438 | 438 |
|
439 | 439 | <dependency> |
|
445 | 445 | <dependency> |
446 | 446 | <groupId>io.sentry</groupId> |
447 | 447 | <artifactId>sentry</artifactId> |
448 | | - <version>7.2.0</version> |
| 448 | + <version>7.3.0</version> |
449 | 449 | </dependency> |
450 | 450 |
|
451 | 451 | <dependency> |
452 | 452 | <groupId>org.slf4j</groupId> |
453 | 453 | <artifactId>slf4j-api</artifactId> |
454 | | - <version>2.0.11</version> |
| 454 | + <version>2.0.12</version> |
455 | 455 | </dependency> |
456 | 456 |
|
457 | 457 | <!-- Support for JSON logging --> |
|
497 | 497 | <dependency> |
498 | 498 | <groupId>org.eclipse.jetty.http2</groupId> |
499 | 499 | <artifactId>http2-common</artifactId> |
500 | | - <version>11.0.19</version> |
| 500 | + <version>11.0.20</version> |
501 | 501 | </dependency> |
502 | 502 |
|
503 | 503 | <dependency> |
|
647 | 647 | <dependency> |
648 | 648 | <groupId>org.testcontainers</groupId> |
649 | 649 | <artifactId>postgresql</artifactId> |
650 | | - <version>1.19.3</version> |
| 650 | + <version>1.19.5</version> |
651 | 651 | <scope>test</scope> |
652 | 652 | </dependency> |
653 | 653 |
|
654 | 654 | <!-- Required for mocking ontology and elastic search instances --> |
655 | 655 | <dependency> |
656 | 656 | <groupId>org.testcontainers</groupId> |
657 | 657 | <artifactId>mockserver</artifactId> |
658 | | - <version>1.19.3</version> |
| 658 | + <version>1.19.5</version> |
659 | 659 | <scope>test</scope> |
660 | 660 | </dependency> |
661 | 661 |
|
|
672 | 672 | <dependency> |
673 | 673 | <groupId>com.google.api-client</groupId> |
674 | 674 | <artifactId>google-api-client</artifactId> |
675 | | - <version>2.2.0</version> |
| 675 | + <version>2.3.0</version> |
676 | 676 | </dependency> |
677 | 677 |
|
678 | 678 | <dependency> |
679 | 679 | <groupId>com.google.cloud</groupId> |
680 | 680 | <artifactId>google-cloud-storage</artifactId> |
681 | | - <version>2.31.0</version> |
| 681 | + <version>2.34.0</version> |
682 | 682 | </dependency> |
683 | 683 |
|
684 | 684 | <dependency> |
|
714 | 714 | <dependency> |
715 | 715 | <groupId>org.elasticsearch.client</groupId> |
716 | 716 | <artifactId>elasticsearch-rest-client</artifactId> |
717 | | - <version>8.11.4</version> |
| 717 | + <version>8.12.1</version> |
718 | 718 | </dependency> |
719 | 719 |
|
720 | 720 | <dependency> |
|
0 commit comments