mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
Fix Vulnerabilities (#22813)
This commit is contained in:
parent
04ab3b29fe
commit
30b5634522
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user