|
22 | 22 | <main.basedir>${project.basedir}</main.basedir>
|
23 | 23 |
|
24 | 24 | <slf4j.version>2.0.17</slf4j.version>
|
25 |
| - <log4j.version>2.24.3</log4j.version> |
26 |
| - <jetty.version>12.0.21</jetty.version> |
27 |
| - <jersey.version>3.1.10</jersey.version> |
| 25 | + <log4j.version>2.25.1</log4j.version> |
| 26 | + <jetty.version>12.1.0</jetty.version> |
| 27 | + <jersey.version>3.1.11</jersey.version> |
28 | 28 | <tyrus.version>2.2.0</tyrus.version>
|
29 |
| - <spring.version>6.2.7</spring.version> |
30 |
| - <jackson.version>2.19.0</jackson.version> |
| 29 | + <spring.version>6.2.10</spring.version> |
| 30 | + <jackson.version>2.20.0</jackson.version> |
31 | 31 | <camunda.version>7.23.0</camunda.version>
|
32 | 32 | <hapi.fhir.version.v1>5.1.0</hapi.fhir.version.v1>
|
33 | 33 | <hapi.fhir.version.v2>8.2.0</hapi.fhir.version.v2>
|
34 | 34 | <hapi.fhir.org.hl7.version.v2>6.5.18</hapi.fhir.org.hl7.version.v2>
|
35 | 35 | <hapi.fhir.version>8.2.0</hapi.fhir.version>
|
36 |
| - <bouncycastle.version>1.80</bouncycastle.version> |
| 36 | + <bouncycastle.version>1.81</bouncycastle.version> |
37 | 37 | <crypto-utils.version.v1>3.8.0</crypto-utils.version.v1>
|
38 |
| - <crypto-utils.version.v2>5.1.0</crypto-utils.version.v2> |
39 |
| - <crypto-utils.version>5.1.0</crypto-utils.version> |
| 38 | + <crypto-utils.version.v2>5.2.0</crypto-utils.version.v2> |
| 39 | + <crypto-utils.version>5.2.0</crypto-utils.version> |
40 | 40 | <apache.tika.version>3.2.0</apache.tika.version>
|
41 | 41 | </properties>
|
42 | 42 |
|
|
129 | 129 | <dependency>
|
130 | 130 | <groupId>com.sun.mail</groupId>
|
131 | 131 | <artifactId>jakarta.mail</artifactId>
|
132 |
| - <version>1.6.7</version> |
| 132 | + <version>1.6.8</version> |
133 | 133 | </dependency>
|
134 | 134 | <dependency>
|
135 | 135 | <groupId>org.bouncycastle</groupId>
|
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>org.mockito</groupId>
|
148 | 148 | <artifactId>mockito-core</artifactId>
|
149 |
| - <version>5.18.0</version> |
| 149 | + <version>5.19.0</version> |
150 | 150 | </dependency>
|
151 | 151 | <dependency>
|
152 | 152 | <groupId>org.bouncycastle</groupId>
|
|
168 | 168 | <dependency>
|
169 | 169 | <groupId>org.liquibase</groupId>
|
170 | 170 | <artifactId>liquibase-core</artifactId>
|
171 |
| - <version>4.32.0</version> |
| 171 | + <version>4.33.0</version> |
172 | 172 | </dependency>
|
173 | 173 | <dependency>
|
174 | 174 | <groupId>org.postgresql</groupId>
|
175 | 175 | <artifactId>postgresql</artifactId>
|
176 |
| - <version>42.7.6</version> |
| 176 | + <version>42.7.7</version> |
177 | 177 | </dependency>
|
178 | 178 |
|
179 | 179 | <!-- hhn rwh -->
|
|
274 | 274 | <dependency>
|
275 | 275 | <groupId>com.fasterxml.jackson.core</groupId>
|
276 | 276 | <artifactId>jackson-annotations</artifactId>
|
277 |
| - <version>${jackson.version}</version> |
| 277 | + <!-- TODO change back to ${jackson.version} when |
| 278 | + jackson-annotations hase same version as other jackson libs |
| 279 | + again --> |
| 280 | + <version>2.20</version> |
278 | 281 | </dependency>
|
279 | 282 | <dependency>
|
280 | 283 | <groupId>com.fasterxml.jackson.core</groupId>
|
|
402 | 405 | <dependency>
|
403 | 406 | <groupId>org.apache.commons</groupId>
|
404 | 407 | <artifactId>commons-text</artifactId>
|
405 |
| - <version>1.13.1</version> |
| 408 | + <version>1.14.0</version> |
406 | 409 | </dependency>
|
407 | 410 | <dependency>
|
408 | 411 | <groupId>org.apache.commons</groupId>
|
409 | 412 | <artifactId>commons-lang3</artifactId>
|
410 |
| - <version>3.17.0</version> |
| 413 | + <version>3.18.0</version> |
411 | 414 | </dependency>
|
412 | 415 | <dependency>
|
413 | 416 | <groupId>org.apache.httpcomponents</groupId>
|
|
438 | 441 | <dependency>
|
439 | 442 | <groupId>commons-io</groupId>
|
440 | 443 | <artifactId>commons-io</artifactId>
|
441 |
| - <version>2.19.0</version> |
| 444 | + <version>2.20.0</version> |
442 | 445 | </dependency>
|
443 | 446 | <dependency>
|
444 | 447 | <groupId>commons-codec</groupId>
|
445 | 448 | <artifactId>commons-codec</artifactId>
|
446 |
| - <version>1.18.0</version> |
| 449 | + <version>1.19.0</version> |
447 | 450 | </dependency>
|
448 | 451 |
|
449 | 452 | <dependency>
|
|
465 | 468 | <dependency>
|
466 | 469 | <groupId>org.yaml</groupId>
|
467 | 470 | <artifactId>snakeyaml</artifactId>
|
468 |
| - <version>2.4</version> |
| 471 | + <version>2.5</version> |
469 | 472 | </dependency>
|
470 | 473 |
|
471 | 474 | <dependency>
|
|
478 | 481 | <dependency>
|
479 | 482 | <groupId>org.apache.maven</groupId>
|
480 | 483 | <artifactId>maven-core</artifactId>
|
481 |
| - <version>3.9.9</version> |
| 484 | + <version>3.9.11</version> |
482 | 485 | </dependency>
|
483 | 486 | <dependency>
|
484 | 487 | <groupId>org.apache.maven</groupId>
|
485 | 488 | <artifactId>maven-plugin-api</artifactId>
|
486 |
| - <version>3.9.9</version> |
| 489 | + <version>3.9.11</version> |
487 | 490 | </dependency>
|
488 | 491 | <dependency>
|
489 | 492 | <groupId>org.apache.maven.plugin-tools</groupId>
|
|
0 commit comments