Skip to content

Commit

Permalink
fix: samples/client/petstore/jaxrs-cxf-client-jackson/pom.xml to redu…
Browse files Browse the repository at this point in the history
…ce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECXF-8648831
  • Loading branch information
snyk-bot committed Jan 23, 2025
1 parent be618ec commit 91a83bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/client/petstore/jaxrs-cxf-client-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>jaxrs-cxf-jackson-petstore-client</artifactId>
<packaging>jar</packaging>
<name>jaxrs-cxf-jackson-petstore-client</name>
<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>
<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>
<version>1.0.0</version>


Expand Down Expand Up @@ -198,7 +198,7 @@ for this project used jakarta.validation-api -->
<jetty-version>9.2.9.v20150224</jetty-version>
<junit-version>4.13.2</junit-version>
<logback-version>1.4.14</logback-version>
<cxf-version>3.5.9</cxf-version>
<cxf-version>3.5.10</cxf-version>
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 91a83bb

Please sign in to comment.