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 bc175fb011ff3d25851197aceca0eec551d6b597
Author: mr1716 <[email protected]>
AuthorDate: Thu Jun 8 09:16:27 2023 -0400

    NIFI-11665 Upgraded oauth2-oidc-sdk from 9.43.1 to 9.43.3
    
    This closes #7358
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 054df20aed41810755934becd71799e0f2e14026)
---
 nifi-commons/nifi-property-protection-azure/pom.xml | 2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml      | 2 +-
 nifi-registry/nifi-registry-core/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-commons/nifi-property-protection-azure/pom.xml 
b/nifi-commons/nifi-property-protection-azure/pom.xml
index 966a9aa133..ade983b00b 100644
--- a/nifi-commons/nifi-property-protection-azure/pom.xml
+++ b/nifi-commons/nifi-property-protection-azure/pom.xml
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>oauth2-oidc-sdk</artifactId>
-            <version>9.43.1</version>
+            <version>9.43.3</version>
         </dependency>
         <dependency>
             <groupId>com.azure</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 86df5ddc75..ab9c3bb0b5 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -267,7 +267,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
-                <version>9.43.1</version>
+                <version>9.43.3</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml 
b/nifi-registry/nifi-registry-core/pom.xml
index 63ba5f1987..0a661dae7a 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -105,7 +105,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>oauth2-oidc-sdk</artifactId>
-                <version>9.43.1</version>
+                <version>9.43.3</version>
             </dependency>
             <dependency>
                 <groupId>com.nimbusds</groupId>

Reply via email to