Skip to content

Commit 2e3190b

Browse files
committed
fix: samples/client/petstore/jaxrs-cxf-client/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECXF-8648831
1 parent bdad11d commit 2e3190b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>jaxrs-cxf-petstore-client</artifactId>
55
<packaging>jar</packaging>
66
<name>jaxrs-cxf-petstore-client</name>
7-
<description>This is a sample server Petstore server. For this sample, you can use the api key &#x60;special-key&#x60; to test the authorization filters.</description>
7+
<description>This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.</description>
88
<version>1.0.0</version>
99

1010

@@ -198,7 +198,7 @@ for this project used jakarta.validation-api -->
198198
<jetty-version>9.2.9.v20150224</jetty-version>
199199
<junit-version>4.13.2</junit-version>
200200
<logback-version>1.4.14</logback-version>
201-
<cxf-version>3.5.9</cxf-version>
201+
<cxf-version>3.5.10</cxf-version>
202202
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
203203
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
204204
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)