Skip to content

Commit b767b62

Browse files
committed
fix: samples/server/petstore/jaxrs-cxf-cdi/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10332631
1 parent 12fa2c0 commit b767b62

File tree

1 file changed

+1
-1
lines changed
  • samples/server/petstore/jaxrs-cxf-cdi

1 file changed

+1
-1
lines changed

samples/server/petstore/jaxrs-cxf-cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.jaxrs</groupId>
8585
<artifactId>jackson-jaxrs-json-provider</artifactId>
86-
<version>[2.8.3,2.12.1]</version>
86+
<version>2.13.0</version>
8787
</dependency>
8888

8989
<!-- Swagger annotations -->

0 commit comments

Comments
 (0)