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

Merge branch 'az/vl-fix-azure-vulnerabilities' into 'master'

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

See merge request !428
parents 0d567d1f 8baa6de0
No related branches found
No related tags found
1 merge request!428[MSCOSDU-1875] fix json, io.netty, reactor-netty vulnerabilities
Pipeline #231455 failed
......@@ -658,13 +658,6 @@ The following software have components provided under the terms of this license:
- aalto-xml (from https://github.com/FasterXML/aalto-xml, https://repo1.maven.org/maven2/com/fasterxml/aalto-xml)
========================================================================
Info-ZIP
========================================================================
The following software have components provided under the terms of this license:
- ClassGraph (from https://github.com/classgraph/classgraph)
========================================================================
LGPL-2.1-only
========================================================================
......
......@@ -29,7 +29,7 @@
<packaging>jar</packaging>
<properties>
<osdu.corelibazure.version>0.24.0</osdu.corelibazure.version>
<osdu.corelibazure.version>0.25.0-rc2</osdu.corelibazure.version>
<junit-jupiter.version>5.6.0</junit-jupiter.version>
<mockito-junit-jupiter.version>2.23.0</mockito-junit-jupiter.version>
<oauth2-oidc-sdk.version>6.5</oauth2-oidc-sdk.version>
......@@ -38,7 +38,8 @@
<jackson-databind.version>2.14.2</jackson-databind.version>
<jackson.version>2.14.2</jackson.version>
<spring-webmvc.version>5.3.22</spring-webmvc.version>
<netty.version>4.1.98.Final</netty.version>
<netty.version>4.1.101.Final</netty.version>
<reactor-netty-http.version>1.1.13</reactor-netty-http.version>
</properties>
<dependencyManagement>
......@@ -90,10 +91,6 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</exclusion>
<exclusion>
<groupId>com.microsoft.azure</groupId>
<artifactId>documentdb-bulkexecutor</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......@@ -183,6 +180,11 @@
<artifactId>oauth2-oidc-sdk</artifactId>
<version>${oauth2-oidc-sdk.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>${reactor-netty-http.version}</version>
</dependency>
<!-- Test Dependencies -->
<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