Skip to content

Commit f52901b

Browse files
committed
fix: samples/client/petstore/java/microprofile-rest-client-outer-enum/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 f52901b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/client/petstore/java/microprofile-rest-client-outer-enum

samples/client/petstore/java/microprofile-rest-client-outer-enum/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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>1.2.2</jakarta.activation.version>
162162
<jakarta.annotation.version>1.3.5</jakarta.annotation.version>
163163
<jakarta.json.bind.version>1.0.2</jakarta.json.bind.version>

0 commit comments

Comments
 (0)