Skip to content

Commit

Permalink
Merge pull request #406 from medizininformatik-initiative/feature/405…
Browse files Browse the repository at this point in the history
…-fix-code-scanning-alert-orghl7fhirconvertors-orghl7fhirdstu2-orghl7fhirdstu2016may-orghl7fhirdstu3-orghl

#405 - Fix code scanning alert - org.hl7.fhir.convertors: org.hl7.fhi…
  • Loading branch information
michael-82 authored Nov 28, 2024
2 parents 6233eb8 + d348043 commit c597246
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 c597246

Please sign in to comment.