Skip to content

Commit 4266864

Browse files
committed
fix: samples/client/petstore/java/microprofile-rest-client-3.0-jackson/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 4266864

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

samples/client/petstore/java/microprofile-rest-client-3.0-jackson/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-3-jackson</artifactId>
55
<packaging>jar</packaging>
66
<name>microprofile-rest-client-3-jackson</name>
7-
<description>This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \&quot; \\</description>
7+
<description>This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\</description>
88
<version>1.0.0</version>
99
<build>
1010
<sourceDirectory>src/main/java</sourceDirectory>
@@ -165,7 +165,7 @@
165165
<microprofile.rest.client.api.version>3.0</microprofile.rest.client.api.version>
166166
<jersey.mp.rest.client.version>3.0.4</jersey.mp.rest.client.version>
167167
<geronimo.config.impl.version>1.2.3</geronimo.config.impl.version>
168-
<cxf.rt.rs.extension.providers.version>3.5.1</cxf.rt.rs.extension.providers.version>
168+
<cxf.rt.rs.extension.providers.version>3.5.11</cxf.rt.rs.extension.providers.version>
169169
<jaxb.core.version>3.0.2</jaxb.core.version>
170170
<jaxb.impl.version>3.0.2</jaxb.impl.version>
171171
<hibernate.validator.version>7.0.4.Final</hibernate.validator.version>

0 commit comments

Comments
 (0)