Skip to content

Commit 6ef9cb5

Browse files
committed
fix: samples/client/petstore/java/microprofile-rest-client-mutiny/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECXF-10755067
1 parent 12fa2c0 commit 6ef9cb5

File tree

1 file changed

+2
-2
lines changed
  • samples/client/petstore/java/microprofile-rest-client-mutiny

1 file changed

+2
-2
lines changed

samples/client/petstore/java/microprofile-rest-client-mutiny/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>microprofile-rest-client-mutiny</artifactId>
55
<packaging>jar</packaging>
66
<name>microprofile-rest-client-mutiny</name>
7-
<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>
7+
<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>
88
<version>1.0.0</version>
99
<build>
1010
<sourceDirectory>src/main/java</sourceDirectory>
@@ -172,7 +172,7 @@
172172
<microprofile.rest.client.api.version>2.0</microprofile.rest.client.api.version>
173173
<smallrye.rest.client.version>1.2.1</smallrye.rest.client.version>
174174
<smallrye.config.version>1.3.5</smallrye.config.version>
175-
<cxf.rt.rs.extension.providers.version>3.2.6</cxf.rt.rs.extension.providers.version>
175+
<cxf.rt.rs.extension.providers.version>3.5.11</cxf.rt.rs.extension.providers.version>
176176
<jaxb.core.version>2.2.11</jaxb.core.version>
177177
<jaxb.impl.version>2.2.11</jaxb.impl.version>
178178
<hibernate.validator.version>5.2.2.Final</hibernate.validator.version>

0 commit comments

Comments
 (0)