|
186 | 186 | <dependency> |
187 | 187 | <groupId>com.fasterxml.jackson.core</groupId> |
188 | 188 | <artifactId>jackson-core</artifactId> |
189 | | - <version>2.14.2</version> |
| 189 | + <version>2.15.2</version> |
190 | 190 | </dependency> |
191 | 191 | <dependency> |
192 | 192 | <groupId>com.fasterxml.jackson.core</groupId> |
193 | 193 | <artifactId>jackson-databind</artifactId> |
194 | | - <version>2.14.2</version> |
| 194 | + <version>2.15.2</version> |
195 | 195 | </dependency> |
196 | 196 | <dependency> |
197 | 197 | <groupId>com.fasterxml.jackson.core</groupId> |
198 | 198 | <artifactId>jackson-annotations</artifactId> |
199 | | - <version>2.14.2</version> |
| 199 | + <version>2.15.2</version> |
200 | 200 | </dependency> |
201 | 201 |
|
202 | | - <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-structures-r4 --> |
| 202 | + <!-- |
| 203 | + https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-structures-r4 --> |
203 | 204 | <dependency> |
204 | 205 | <groupId>ca.uhn.hapi.fhir</groupId> |
205 | 206 | <artifactId>hapi-fhir-structures-r4</artifactId> |
206 | | - <version>6.10.0</version> |
| 207 | + <version>8.4.0</version> |
207 | 208 | </dependency> |
208 | | - |
| 209 | + |
| 210 | + <!-- |
| 211 | + https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation --> |
| 212 | + <dependency> |
| 213 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 214 | + <artifactId>hapi-fhir-validation</artifactId> |
| 215 | + <version>8.4.0</version> |
| 216 | + </dependency> |
| 217 | + |
| 218 | + <!-- |
| 219 | + https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-structures-r4 --> |
| 220 | + <dependency> |
| 221 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 222 | + <artifactId>hapi-fhir-structures-r4</artifactId> |
| 223 | + <version>8.4.0</version> |
| 224 | + </dependency> |
| 225 | + |
| 226 | + |
| 227 | + <!-- Choose a HAPI version that matches the rest of your modules --> |
| 228 | + <dependency> |
| 229 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 230 | + <artifactId>hapi-fhir-caching-caffeine</artifactId> |
| 231 | + <version>8.4.0</version> <!-- example; align with your HAPI version --> |
| 232 | + </dependency> |
| 233 | + |
| 234 | + |
209 | 235 | <dependency> |
210 | 236 | <groupId>ca.uhn.hapi</groupId> |
211 | 237 | <artifactId>hapi-base</artifactId> |
212 | 238 | <version>2.6.0</version> |
213 | 239 | </dependency> |
214 | 240 |
|
215 | | - <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/org.hl7.fhir.utilities --> |
| 241 | + <!-- |
| 242 | + https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/org.hl7.fhir.utilities --> |
216 | 243 | <dependency> |
217 | 244 | <groupId>ca.uhn.hapi.fhir</groupId> |
218 | 245 | <artifactId>org.hl7.fhir.utilities</artifactId> |
219 | 246 | <version>6.5.18</version> |
220 | 247 | </dependency> |
221 | 248 |
|
| 249 | + <!-- |
| 250 | + https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation-resources-r4 --> |
| 251 | + <dependency> |
| 252 | + <groupId>ca.uhn.hapi.fhir</groupId> |
| 253 | + <artifactId>hapi-fhir-validation-resources-r4</artifactId> |
| 254 | + <version>8.4.0</version> |
| 255 | + </dependency> |
| 256 | + |
222 | 257 | <!-- lombok --> |
223 | 258 | <dependency> |
224 | 259 | <groupId>org.projectlombok</groupId> |
|
363 | 398 | ${target-properties} and |
364 | 399 | ${source-properties} |
365 | 400 | </echo> |
366 | | - <concat destfile="${target-properties}" append="yes" |
| 401 | + <concat destfile="${target-properties}" |
| 402 | + append="yes" |
367 | 403 | force="yes"> |
368 | 404 | <fileset file="${source-properties}"> |
369 | 405 | </fileset> |
|
0 commit comments