Skip to content

Commit 3a253c4

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>openapi-cxf-server</artifactId>
55
<packaging>war</packaging>
66
<name>openapi-cxf-server</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

1010

@@ -228,7 +228,7 @@ for this project used jakarta.validation-api -->
228228
<junit-version>4.13.2</junit-version>
229229
<logback-version>1.5.13</logback-version>
230230
<beanvalidation-version>2.0.2</beanvalidation-version>
231-
<cxf-version>3.5.9</cxf-version>
231+
<cxf-version>3.5.11</cxf-version>
232232
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
233233
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
234234
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)