NIFI-11619 Upgraded Azure BOM from 1.2.11 to 1.2.13

This closes #7320

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 06b49cbc32)
This commit is contained in:
Pierre Villard 2023-05-31 18:44:50 +02:00 committed by exceptionfactory
parent c30b511543
commit cb144e266f
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.11</version>
<version>1.2.13</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@ -26,7 +26,7 @@
<packaging>pom</packaging>
<properties>
<azure.sdk.bom.version>1.2.11</azure.sdk.bom.version>
<azure.sdk.bom.version>1.2.13</azure.sdk.bom.version>
<microsoft.azure-storage.version>8.6.6</microsoft.azure-storage.version>
<msal4j.version>1.13.8</msal4j.version>
<qpid.proton.version>0.34.1</qpid.proton.version>