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

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

commit 054df20aed41810755934becd71799e0f2e14026
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]>
---
 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 1116fd8ff4..83c4d0473d 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 cb37ba224f..fc2a1a80da 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -280,7 +280,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 fb70362f54..08dba09e61 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