Skip to content

Commit 8b2a220

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-COMMONSLANG-10734077 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent 12fa2c0 commit 8b2a220

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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>4.11.0</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>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>org.apache.commons</groupId>
133133
<artifactId>commons-lang3</artifactId>
134-
<version>3.6</version>
134+
<version>3.18.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>commons-logging</groupId>
@@ -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)