Commit bdf1dbf
Adrian Clay
Upgrade HAPI FHIR to fix CVEs (#605)
* Upgrade HAPI FHIR to fix CVEs
This should resolve 1 Critical, and 1 High severity CVE
* Remove RegExp annotation
Our use of the intellij annotation here was reliant on a transient dependency.
Since upgrading HAPI FHIR we no longer have access to that annotation.
It seemed more sensible to just remove the annotation, given it's only
used in one location.1 parent 0d0d781 commit bdf1dbf
File tree
2 files changed
+1
-4
lines changed- service
- src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | 67 | | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
0 commit comments