[Enhancement] Adding exclusions for libraries to fix CVEs (#50283)

Signed-off-by: Vikas Attiguppa <vikas.as@gmail.com>
This commit is contained in:
Vikas Attiguppa 2024-09-11 00:56:50 -07:00 committed by GitHub
parent a8af0fc1ce
commit a22f1151ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,10 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
</exclusion>
</exclusions>
</dependency>

View File

@ -43,7 +43,7 @@ under the License.
<dependency>
<groupId>com.qcloud.cos</groupId>
<artifactId>hadoop-cos</artifactId>
<version>3.3.0-8.3.7</version>
<version>3.3.3-8.3.10</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.qcloud/cos_api-bundle -->