fix: docsys/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-2945458
- https://snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-2945459
This commit is contained in:
snyk-bot 2022-07-13 02:34:27 +00:00
parent f200c81b51
commit d7629dbaa0
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

View File

@ -50,22 +50,22 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>11.0.8</version>
<version>11.0.10</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>11.0.8</version>
<version>11.0.10</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>11.0.8</version>
<version>11.0.10</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-rewrite</artifactId>
<version>11.0.8</version>
<version>11.0.10</version>
</dependency>
<dependency>