Skip to content

Commit 8490657

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 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-5710356 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415
1 parent 12fa2c0 commit 8490657

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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

@@ -194,11 +194,11 @@ for this project used jakarta.validation-api -->
194194
<java.version>1.8</java.version>
195195
<maven.compiler.source>${java.version}</maven.compiler.source>
196196
<maven.compiler.target>${java.version}</maven.compiler.target>
197-
<swagger-core-version>1.5.18</swagger-core-version>
197+
<swagger-core-version>1.6.12</swagger-core-version>
198198
<jetty-version>9.2.9.v20150224</jetty-version>
199199
<junit-version>4.13.2</junit-version>
200200
<logback-version>1.5.13</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)