Skip to content

Commit 2f1f03e

Browse files
committed
fix: samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-15907551
1 parent 2dc2db3 commit 2f1f03e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter

samples/client/petstore/java/microprofile-rest-client-with-useSingleRequestParameter/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</artifactId>
55
<packaging>jar</packaging>
66
<name>microprofile-rest-client</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>
@@ -157,7 +157,7 @@
157157
<junit.version>5.10.2</junit.version>
158158
<logback.version>1.5.13</logback.version>
159159
<cxf.version>3.2.7</cxf.version>
160-
<jackson.jaxrs.version>2.17.1</jackson.jaxrs.version>
160+
<jackson.jaxrs.version>2.21.2</jackson.jaxrs.version>
161161
<jakarta.activation.version>2.1.0</jakarta.activation.version>
162162
<jakarta.annotation.version>2.0.0</jakarta.annotation.version>
163163
<jakarta.json.bind.version>3.0.0</jakarta.json.bind.version>

0 commit comments

Comments
 (0)