Skip to content

Commit

Permalink
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.9.4</quarkus.platform.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
<hapi.version>7.4.0</hapi.version>
<hapi.version>7.6.0</hapi.version>
<version.referencevalidator>2.5.1</version.referencevalidator>
</properties>
<!-- 2021-12-20 Add a random line to update maven cache in gitHub actions -->
Expand Down Expand Up @@ -85,12 +85,12 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r4</artifactId>
<version>6.3.25</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>6.3.25</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.validation</artifactId>
<version>6.3.25</version>
<version>6.4.0</version>
<exclusions>
<exclusion>
<groupId>org.ogce</groupId>
Expand All @@ -131,17 +131,17 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu2</artifactId>
<version>6.3.25</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.dstu3</artifactId>
<version>6.3.25</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r5</artifactId>
<version>6.3.25</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>com.hp.jipp</groupId>
Expand Down

0 comments on commit 024ee58

Please sign in to comment.