Skip to content

Commit

Permalink
fix: samples/server/petstore/java-microprofile/pom.xml to reduce vuln…
Browse files Browse the repository at this point in the history
…erabilities

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 bdad11d commit 756e6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/server/petstore/java-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>openapi-microprofile-server</artifactId>
<packaging>jar</packaging>
<name>openapi-microprofile-server</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 @@ -162,7 +162,7 @@
<microprofile.rest.client.api.version>2.0</microprofile.rest.client.api.version>
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
<smallrye.config.version>1.3.5</smallrye.config.version>
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
<cxf.rt.rs.extension.providers.version>3.5.10</cxf.rt.rs.extension.providers.version>
<jaxb.core.version>2.2.11</jaxb.core.version>
<jaxb.impl.version>2.2.11</jaxb.impl.version>
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>
Expand Down

0 comments on commit 756e6c8

Please sign in to comment.