Skip to content
Snippets Groups Projects
Commit af5fb044 authored by Thulasi Dass Subramanian's avatar Thulasi Dass Subramanian
Browse files

Merge branch 'az/td-fix-m24-high-vuln' into 'master'

[#MS39330] fix: resolve high vulnerabilities [core & azure]

See merge request !553
parents 81a270eb fb3781e0
No related branches found
No related tags found
1 merge request!553[#MS39330] fix: resolve high vulnerabilities [core & azure]
Checking pipeline status
......@@ -16,7 +16,7 @@
<properties>
<osdu.corelibazure.version>0.26.0</osdu.corelibazure.version>
<junit.version>4.13.2</junit.version>
<spring-webmvc.version>6.1.5</spring-webmvc.version>
<spring-framework-bom.version>6.1.6</spring-framework-bom.version>
<reactor-core.version>3.6.4</reactor-core.version>
<reactor-netty.version>1.1.17</reactor-netty.version>
<nimbus-jose-jwt.version>9.30.2</nimbus-jose-jwt.version>
......@@ -32,10 +32,17 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>${spring-framework-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
......@@ -88,11 +95,6 @@
<artifactId>core-lib-azure-spring6</artifactId>
<version>${osdu.corelibazure.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring-webmvc.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
......
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