Skip to content

Commit

Permalink
fix: samples/server/petstore/jaxrs-cxf-annotated-base-path/pom.xml to…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 26, 2024
1 parent bdad11d commit a39775e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/server/petstore/jaxrs-cxf-annotated-base-path/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>cxf-annotated-basepath</artifactId>
<packaging>war</packaging>
<name>cxf-annotated-basepath</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 @@ -226,7 +226,7 @@ for this project used jakarta.validation-api -->
<swagger-core-version>1.5.22</swagger-core-version>
<jetty-version>9.2.9.v20150224</jetty-version>
<junit-version>4.13.2</junit-version>
<logback-version>1.4.14</logback-version>
<logback-version>1.5.13</logback-version>
<beanvalidation-version>2.0.2</beanvalidation-version>
<cxf-version>3.5.9</cxf-version>
<jackson-jaxrs-version>2.17.1</jackson-jaxrs-version>
Expand Down

0 comments on commit a39775e

Please sign in to comment.