Skip to content

Commit

Permalink
#405 - Fix code scanning alert - org.hl7.fhir.convertors: org.hl7.fhi…
Browse files Browse the repository at this point in the history
…r.dstu2: org.hl7.fhir.dstu2016may: org.hl7.fhir.dstu3...

- update fhir-structures-r4
- uüdate mockwebserver
  • Loading branch information
michael-82 committed Nov 28, 2024
1 parent 6233eb8 commit d348043
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<java.version>17</java.version>
<mockwebserver.version>4.10.0</mockwebserver.version>
<mockwebserver.version>4.12.0</mockwebserver.version>
<okhttp3.version>4.10.0</okhttp3.version>
<ontology-tag>v3.0.0</ontology-tag>
</properties>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>7.4.5</version>
<version>7.6.0</version>
</dependency>

<dependency>
Expand All @@ -168,19 +168,12 @@
<version>6.4.0</version>
</dependency>

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

<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-core</artifactId>
<version>8.10.1</version>
</dependency>


<!--
This is for fixing an RCE vulnerability in commons-text <1.10.0. The dependency comes with the
dsf-fhir-webservice-client which cannot update the transitive dependency itself due to breaking
Expand Down

0 comments on commit d348043

Please sign in to comment.