Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: samples/client/petstore/jaxrs-cxf-client-jackson/pom.xml to redu…
  • Loading branch information
snyk-bot committed Dec 24, 2024
commit 8041058434401306d80c7ccd4b82e603b38d80c1
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>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down Expand Up @@ -171,7 +171,7 @@
<swagger-core-version>1.5.18</swagger-core-version>
<jetty-version>9.2.9.v20150224</jetty-version>
<junit-version>4.13.1</junit-version>
<logback-version>1.2.0</logback-version>
<logback-version>1.5.13</logback-version>
<servlet-api-version>2.5</servlet-api-version>
<cxf-version>3.3.0</cxf-version>
<jackson-jaxrs-version>2.9.9</jackson-jaxrs-version>
Expand Down
Loading