NIFI-11141 This closes #6923. Upgraded Azure SDK BOM from 1.2.6 to 1.2.9

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
exceptionfactory 2023-02-03 12:37:48 -06:00 committed by Joe Witt
parent 0b61a6226c
commit b3319c7119
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
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.0</version>
<version>1.2.9</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@ -26,7 +26,7 @@
<packaging>pom</packaging>
<properties>
<azure.sdk.bom.version>1.2.6</azure.sdk.bom.version>
<azure.sdk.bom.version>1.2.9</azure.sdk.bom.version>
<microsoft.azure-storage.version>8.6.6</microsoft.azure-storage.version>
<msal4j.version>1.13.3</msal4j.version>
</properties>