Skip to content
Snippets Groups Projects
Commit 4ee8b94e authored by Sumra Zafar's avatar Sumra Zafar
Browse files

adding Vul fixes

parent 426ea488
No related branches found
No related tags found
1 merge request!356Draft: Azure/fixes
Pipeline #284837 failed
......@@ -20,7 +20,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>core-lib-azure</artifactId>
<packaging>jar</packaging>
<version>1.0.1</version>
<version>1.0.1-azure</version>
<name>core-lib-azure</name>
<properties>
......@@ -37,7 +37,7 @@
<azure.appinsights.version>3.4.18</azure.appinsights.version>
<azure.spring.boot.version>5.9.1</azure.spring.boot.version>
<lombok.version>1.18.34</lombok.version>
<osdu.oscorecommon.version>2.0.0</osdu.oscorecommon.version>
<osdu.oscorecommon.version>3.0.0</osdu.oscorecommon.version>
<azure-mgmt-eventgrid.version>1.0.0-beta-3</azure-mgmt-eventgrid.version>
<azure-security-keyvault-keys.version>4.7.3</azure-security-keyvault-keys.version>
<azure-eventgrid.version>1.2.0</azure-eventgrid.version>
......@@ -48,9 +48,10 @@
<redisson.version>3.33.0</redisson.version>
<azure-storage-file-datalake.version>12.18.1</azure-storage-file-datalake.version>
<azure-storage-blob.version>12.25.2</azure-storage-blob.version>
<azure-core.version>1.46.0</azure-core.version>
<azure-core.version>1.49.1</azure-core.version>
<guava.version>32.1.1-jre</guava.version>
<spring-webmvc.version>6.1.3</spring-webmvc.version>
<azure-identity.version>1.12.2</azure-identity.version>
</properties>
<licenses>
......@@ -66,6 +67,11 @@
inherit this list. -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.15.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
......@@ -153,7 +159,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.11.2</version>
<version>${azure-identity.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
......
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