Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Dec 15, 2023
1 parent ca9f7f2 commit 513f0ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<relativePath></relativePath>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>gov.cms.madie.terminologyservice</groupId>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>6.4.0</version>
<version>6.6.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -155,7 +155,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 513f0ab

Please sign in to comment.