This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit cb144e266f35372470646e780e2ef00bcc3a114c Author: Pierre Villard <[email protected]> AuthorDate: Wed May 31 18:44:50 2023 +0200 NIFI-11619 Upgraded Azure BOM from 1.2.11 to 1.2.13 This closes #7320 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 06b49cbc32f4b3e59075e42b82314c1947cfffe4) --- 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 611e9354e3..966a9aa133 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.11</version> + <version>1.2.13</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 b946c7d460..7c5bf272f9 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.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>
