Skip to content
Snippets Groups Projects
Commit 0fbd8904 authored by VidyaDharani Lokam's avatar VidyaDharani Lokam
Browse files

[MSCOSDU-1851] fix json, io.netty, reactor-netty-http vulnerabilities

parent 78ff9a02
No related branches found
No related tags found
1 merge request!617[MSCOSDU-1851] fix json, io.netty, reactor-netty-http vulnerabilities
......@@ -578,7 +578,6 @@ Info-ZIP
The following software have components provided under the terms of this license:
- Apache Commons Compress (from http://commons.apache.org/compress/, http://commons.apache.org/proper/commons-compress/, https://commons.apache.org/proper/commons-compress/)
- ClassGraph (from https://github.com/classgraph/classgraph)
========================================================================
LGPL-2.1-only
......@@ -667,7 +666,7 @@ The following software have components provided under the terms of this license:
- QpidJMS Client (from https://repo1.maven.org/maven2/org/apache/qpid/qpid-jms-client)
- SLF4J API Module (from http://www.slf4j.org)
- Spongy Castle (from http://rtyley.github.io/spongycastle/)
- Spring Data for Azure Cosmos DB SQL API (from https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-spring-data-cosmos)
- Spring Data for Azure Cosmos DB SQL API (from https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-spring-data-cosmos, https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-data-cosmos)
- ThreeTen backport (from https://github.com/ThreeTen/threetenbp, https://www.threeten.org/threetenbp)
- adal4j (from https://github.com/AzureAD/azure-activedirectory-library-for-java)
- botocore (from https://github.com/boto/botocore)
......
......@@ -25,16 +25,16 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<azure.version>2.1.7</azure.version>
<osdu.corelibazure.version>0.24.0</osdu.corelibazure.version>
<osdu.corelibazure.version>0.25.0</osdu.corelibazure.version>
<osdu.os-schema-core.version>0.26.0-SNAPSHOT</osdu.os-schema-core.version>
<mockito.version>1.10.19</mockito.version>
<cucumber.version>5.7.0</cucumber.version>
<nimbus-jose-jwt-azure.version>8.20.2</nimbus-jose-jwt-azure.version>
<spring-webmvc.version>5.3.26</spring-webmvc.version>
<netty.version>4.1.98.Final</netty.version>
<netty.version>4.1.101.Final</netty.version>
<guava.version>32.1.2-jre</guava.version>
<woodstox-core.version>6.4.0</woodstox-core.version>
<reactor-netty.version>1.1.10</reactor-netty.version>
<reactor-netty.version>1.1.13</reactor-netty.version>
<reactor-core.version>3.4.19</reactor-core.version>
<jackson.version>2.15.2</jackson.version>
</properties>
......@@ -148,10 +148,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.microsoft.azure</groupId>
<artifactId>documentdb-bulkexecutor</artifactId>
</exclusion>
</exclusions>
</dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment