Skip to content

Commit

Permalink
Merge pull request #252 from MeasureAuthoringTool/snyk-fix-b36ae7a6a6…
Browse files Browse the repository at this point in the history
…948f40d1343b83879ed28c

MAT-7839 [Snyk] Fix for 6 vulnerabilities
  • Loading branch information
riddhi-desai authored Oct 23, 2024
2 parents c7f79d7 + 6fee05c commit 01c103a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<java.version>17</java.version>
<springfox.version>3.0.0</springfox.version>
<hapi.fhir.r4.version>6.6.2</hapi.fhir.r4.version>
<hapi.fhir.r4.version>7.4.4</hapi.fhir.r4.version>
</properties>

<repositories>
Expand Down Expand Up @@ -109,6 +109,20 @@
<version>${hapi.fhir.r4.version}</version>
</dependency>

<!-- In-memory caching - required in HAPI FHIR v7.4.3 -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-caching-caffeine</artifactId>
<version>${hapi.fhir.r4.version}</version>
</dependency>

<!-- Needed to fix class not found errors when using v2.15.4 - required in HAPI FHIR v7.4.3 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.1</version>
</dependency>

<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
Expand Down

0 comments on commit 01c103a

Please sign in to comment.