|
43 | 43 | <jetty.version>12.1.8</jetty.version> |
44 | 44 | <jersey.version>3.1.11</jersey.version> |
45 | 45 | <tyrus.version>2.2.2</tyrus.version> |
46 | | - <spring.version>6.2.17</spring.version> |
| 46 | + <spring.version>6.2.18</spring.version> |
47 | 47 | <jackson.version>2.21.2</jackson.version> |
48 | 48 | <operaton.version>1.1.1</operaton.version> |
49 | 49 | <hapi.fhir.version.v1>5.1.0</hapi.fhir.version.v1> |
50 | 50 | <hapi.fhir.version.v2>8.4.2</hapi.fhir.version.v2> |
51 | 51 | <hapi.fhir.org.hl7.version.v2>6.5.27</hapi.fhir.org.hl7.version.v2> |
52 | 52 | <hapi.fhir.version>8.4.2</hapi.fhir.version> |
53 | | - <bouncycastle.version>1.83</bouncycastle.version> |
| 53 | + <bouncycastle.version>1.84</bouncycastle.version> |
54 | 54 | <crypto-utils.version.v1>3.8.0</crypto-utils.version.v1> |
55 | 55 | <crypto-utils.version.v2>5.2.1</crypto-utils.version.v2> |
56 | 56 | <crypto-utils.version>5.2.1</crypto-utils.version> |
|
443 | 443 | <dependency> |
444 | 444 | <groupId>com.google.guava</groupId> |
445 | 445 | <artifactId>guava</artifactId> |
446 | | - <version>33.5.0-jre</version> |
| 446 | + <version>33.6.0-jre</version> |
447 | 447 | </dependency> |
448 | 448 | <dependency> |
449 | 449 | <groupId>com.google.code.gson</groupId> |
|
453 | 453 | <dependency> |
454 | 454 | <groupId>org.thymeleaf</groupId> |
455 | 455 | <artifactId>thymeleaf</artifactId> |
456 | | - <version>3.1.3.RELEASE</version> |
| 456 | + <version>3.1.4.RELEASE</version> |
457 | 457 | </dependency> |
458 | 458 | <dependency> |
459 | 459 | <groupId>com.nimbusds</groupId> |
460 | 460 | <artifactId>nimbus-jose-jwt</artifactId> |
461 | 461 | <version>10.9</version> |
462 | 462 | </dependency> |
| 463 | + <dependency> |
| 464 | + <groupId>org.fhir</groupId> |
| 465 | + <artifactId>ucum</artifactId> |
| 466 | + <version>1.0.10</version> |
| 467 | + </dependency> |
463 | 468 |
|
464 | 469 | <dependency> |
465 | 470 | <groupId>commons-io</groupId> |
|
516 | 521 | <dependency> |
517 | 522 | <groupId>org.apache.maven</groupId> |
518 | 523 | <artifactId>maven-core</artifactId> |
519 | | - <version>3.9.14</version> |
| 524 | + <version>3.9.15</version> |
520 | 525 | </dependency> |
521 | 526 | <dependency> |
522 | 527 | <groupId>org.apache.maven</groupId> |
523 | 528 | <artifactId>maven-plugin-api</artifactId> |
524 | | - <version>3.9.14</version> |
| 529 | + <version>3.9.15</version> |
525 | 530 | </dependency> |
526 | 531 | <dependency> |
527 | 532 | <groupId>org.apache.maven.plugin-tools</groupId> |
|
0 commit comments