You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/02/03 21:04:05 UTC

[nifi] 01/03: NIFI-11141 This closes #6923. Upgraded Azure SDK BOM from 1.2.6 to 1.2.9

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit b3319c71190577fe8d109a41f210d285c101e522
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Feb 3 12:37:48 2023 -0600

    NIFI-11141 This closes #6923. Upgraded Azure SDK BOM from 1.2.6 to 1.2.9
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 nifi-commons/nifi-property-protection-azure/pom.xml | 2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml b/nifi-commons/nifi-property-protection-azure/pom.xml
index d4a685ce99..3ac8172b2f 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -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>
diff --git a/nifi-nar-bundles/nifi-azure-bundle/pom.xml b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
index 735da062fd..3b010147bb 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/pom.xml
@@ -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>