Skip to content

Commit 14762d7

Browse files
committed
fix: samples/server/petstore/java-pkmst/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-14532782
1 parent ddb15d4 commit 14762d7

File tree

1 file changed

+3
-3
lines changed
  • samples/server/petstore/java-pkmst

1 file changed

+3
-3
lines changed

samples/server/petstore/java-pkmst/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
1515
<cucumber-junit.version>1.2.5</cucumber-junit.version>
1616
<cucumber-java.version>1.2.5</cucumber-java.version>
17-
<cucumber-reporting.version>3.10.0</cucumber-reporting.version>
17+
<cucumber-reporting.version>3.17.1</cucumber-reporting.version>
1818
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
1919
<springfox-swagger2>2.6.0</springfox-swagger2>
2020
<springfox-swagger-ui>2.6.0</springfox-swagger-ui>
@@ -32,7 +32,7 @@
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-parent</artifactId>
3434
<version>1.5.6.RELEASE</version>
35-
<relativePath />
35+
<relativePath/>
3636
<!-- lookup parent from repository -->
3737
</parent>
3838
<repositories>
@@ -402,7 +402,7 @@
402402
</goals>
403403
</pluginExecutionFilter>
404404
<action>
405-
<ignore />
405+
<ignore/>
406406
</action>
407407
</pluginExecution>
408408
</pluginExecutions>

0 commit comments

Comments
 (0)