Skip to content

Commit 2dc5358

Browse files
committed
fix: samples/server/petstore/jaxrs-cxf-annotated-base-path/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 2dc5358

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

samples/server/petstore/jaxrs-cxf-annotated-base-path/pom.xml

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

@@ -228,7 +228,7 @@ for this project used jakarta.validation-api -->
228228
<junit-version>4.13.2</junit-version>
229229
<logback-version>1.4.14</logback-version>
230230
<beanvalidation-version>2.0.2</beanvalidation-version>
231-
<cxf-version>3.5.9</cxf-version>
231+
<cxf-version>3.5.10</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)