fix: docsys/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
This commit is contained in:
snyk-bot 2022-03-12 12:07:12 +00:00
parent a77c5e1265
commit 354233d348
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -83,13 +83,13 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>3.0.1</version>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.12.2</version>
<version>2.13.0</version>
</dependency>
<dependency>