mirror of https://github.com/apache/nifi.git
NIFI-12618 Upgraded Azure SDK BOM from 1.2.18 to 1.2.19
- Suppressed CVE-2023-36052 not applicable to Java Azure libraries Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #8254.
This commit is contained in:
parent
3b5d729a3a
commit
c6f5f534cb
|
@ -26,7 +26,7 @@
|
|||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-sdk-bom</artifactId>
|
||||
<version>1.2.18</version>
|
||||
<version>1.2.19</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
|
|
@ -444,4 +444,9 @@
|
|||
<packageUrl regex="true">^pkg:maven/info\.picocli/picocli@.*$</packageUrl>
|
||||
<cve>CVE-2015-0897</cve>
|
||||
</suppress>
|
||||
<suppress>
|
||||
<notes>CVE-2023-36052 applies to Azure CLI not Azure Java libraries</notes>
|
||||
<packageUrl regex="true">^pkg:maven/com\.azure/.*$</packageUrl>
|
||||
<cve>CVE-2023-36052</cve>
|
||||
</suppress>
|
||||
</suppressions>
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<azure.sdk.bom.version>1.2.18</azure.sdk.bom.version>
|
||||
<msal4j.version>1.14.0</msal4j.version>
|
||||
<azure.sdk.bom.version>1.2.19</azure.sdk.bom.version>
|
||||
<msal4j.version>1.14.2</msal4j.version>
|
||||
<qpid.proton.version>0.34.1</qpid.proton.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue