Skip to content

Commit f770a08

Browse files
committed
fix: samples/server/petstore/jaxrs-cxf-test-data/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECXF-10755067 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10676855 - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETOMCATEMBED-10676854
1 parent 12fa2c0 commit f770a08

File tree

1 file changed

+2
-2
lines changed
  • samples/server/petstore/jaxrs-cxf-test-data

1 file changed

+2
-2
lines changed

samples/server/petstore/jaxrs-cxf-test-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>cxf-test-data</artifactId>
55
<packaging>war</packaging>
66
<name>cxf-test-data</name>
7-
<description>This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \&quot; \\</description>
7+
<description>This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\</description>
88
<version>1.0.0</version>
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
@@ -265,7 +265,7 @@ for this project used jakarta.validation-api -->
265265
<swagger-core-version>1.5.18</swagger-core-version>
266266
<jetty-version>9.2.9.v20150224</jetty-version>
267267
<beanvalidation-version>2.0.2</beanvalidation-version>
268-
<cxf-version>3.3.0</cxf-version>
268+
<cxf-version>3.5.11</cxf-version>
269269
<jackson-jaxrs-version>2.15.2</jackson-jaxrs-version>
270270
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
271271
</properties>

0 commit comments

Comments
 (0)