Skip to content

Commit

Permalink
Merge pull request #393 from medizininformatik-initiative/update-hapi…
Browse files Browse the repository at this point in the history
…-libs

Update HAPI Dependencies
  • Loading branch information
michael-82 authored Nov 12, 2024
2 parents 87f0366 + 9543b05 commit bce7fc1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client</artifactId>
<version>6.6.2</version>
<version>7.4.5</version>
<exclusions>
<exclusion>
<groupId>com.google</groupId>
Expand All @@ -176,17 +176,16 @@
<version>32.1.1-jre</version>
</dependency>


<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>6.6.2</version>
<version>7.4.5</version>
</dependency>

<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>6.3.26</version>
<version>6.4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bce7fc1

Please sign in to comment.