Skip to content

Commit

Permalink
fix: samples/client/petstore/java/microprofile-rest-client-with-useSi…
Browse files Browse the repository at this point in the history
…ngleRequestParameter/pom.xml to reduce 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 d509bc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>microprofile-rest-client</artifactId>
<packaging>jar</packaging>
<name>microprofile-rest-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 @@ -165,7 +165,7 @@
<microprofile.rest.client.api.version>3.0</microprofile.rest.client.api.version>
<jersey.mp.rest.client.version>3.0.4</jersey.mp.rest.client.version>
<geronimo.config.impl.version>1.2.3</geronimo.config.impl.version>
<cxf.rt.rs.extension.providers.version>3.5.1</cxf.rt.rs.extension.providers.version>
<cxf.rt.rs.extension.providers.version>3.5.10</cxf.rt.rs.extension.providers.version>
<jaxb.core.version>3.0.2</jaxb.core.version>
<jaxb.impl.version>3.0.2</jaxb.impl.version>
<hibernate.validator.version>7.0.4.Final</hibernate.validator.version>
Expand Down

0 comments on commit d509bc4

Please sign in to comment.