Skip to content

Commit

Permalink
fix: samples/server/petstore/java-pkmst/pom.xml to reduce vulnerabili…
Browse files Browse the repository at this point in the history
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMMONSIO-8161190
  • Loading branch information
snyk-bot committed Oct 3, 2024
1 parent be618ec commit 1f65a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/server/petstore/java-pkmst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
<cucumber-junit.version>1.2.5</cucumber-junit.version>
<cucumber-java.version>1.2.5</cucumber-java.version>
<cucumber-reporting.version>3.10.0</cucumber-reporting.version>
<cucumber-reporting.version>5.8.0</cucumber-reporting.version>
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
<springfox-swagger2>2.6.0</springfox-swagger2>
<springfox-swagger-ui>2.6.0</springfox-swagger-ui>
Expand All @@ -32,7 +32,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<relativePath />
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<repositories>
Expand Down Expand Up @@ -402,7 +402,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 1f65a31

Please sign in to comment.