Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 22, 2024
1 parent 6bc4cf5 commit 18e7722
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.4</version>
<relativePath></relativePath>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>gov.cms.madie.terminologyservice</groupId>
Expand All @@ -28,7 +28,7 @@
<mvn.checkstyle.version>3.1.2</mvn.checkstyle.version>
<mvnreports.version>3.2.2</mvnreports.version>
<mvnsite.version>3.11.0</mvnsite.version>
<okta.springboot.starter.version>3.0.6</okta.springboot.starter.version>
<okta.springboot.starter.version>3.0.7</okta.springboot.starter.version>
<puppycrawl.checkstyle.version>10.1</puppycrawl.checkstyle.version>
</properties>

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

0 comments on commit 18e7722

Please sign in to comment.