Skip to content

Commit 9526c3b

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-ORGAPACHETOMCATEMBED-13733966 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-13723930 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent ddb15d4 commit 9526c3b

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
@@ -19,7 +19,7 @@
1919
<springfox-swagger2>2.6.0</springfox-swagger2>
2020
<springfox-swagger-ui>2.6.0</springfox-swagger-ui>
2121
<slf4j-api>1.7.25</slf4j-api>
22-
<logstash-logback-encoder>4.11</logstash-logback-encoder>
22+
<logstash-logback-encoder>9.0</logstash-logback-encoder>
2323
<logback-core>1.2.10</logback-core>
2424
<logback-classic>1.2.10</logback-classic>
2525
<gatling.version>2.3.0</gatling.version>
@@ -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)