[Enhancement] Adding exclusions for libraries to fix CVEs (#50283)
Signed-off-by: Vikas Attiguppa <vikas.as@gmail.com>
This commit is contained in:
parent
a8af0fc1ce
commit
a22f1151ee
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue