Fix Vulnerabilities (#22813)

This commit is contained in:
Mohit Yadav 2025-08-07 13:59:24 +05:30 committed by GitHub
parent 04ab3b29fe
commit 30b5634522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View File

@ -68,6 +68,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

View File

@ -19,7 +19,7 @@
<org.testcontainers.version>1.20.3</org.testcontainers.version>
<awssdk.version>2.30.19</awssdk.version>
<azure-identity.version>1.14.0</azure-identity.version>
<azure-kv.version>4.9.0</azure-kv.version>
<azure-kv.version>4.10.0</azure-kv.version>
<azure-identity-extensions.version>1.0.0</azure-identity-extensions.version>
<expiring.map.version>0.5.11</expiring.map.version>
<java.saml>2.9.0</java.saml>

View File

@ -563,7 +563,7 @@
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-retry</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
@ -612,7 +612,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.17.2</version>
<version>1.22.0</version>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
@ -623,7 +623,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.14.0</version>
<version>1.15.2</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>