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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new eaca5b4fdd NIFI-13064: Upgrade commons-configuration2 to 2.10.1 for 
Registry
eaca5b4fdd is described below

commit eaca5b4fdd2f6245bbbd622a679a06372dc7fa23
Author: Mark Bathori <[email protected]>
AuthorDate: Thu Apr 18 14:55:17 2024 +0200

    NIFI-13064: Upgrade commons-configuration2 to 2.10.1 for Registry
    
    This closes #8662
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-registry/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index aa0a7b0b5d..f9f0670861 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -215,6 +215,11 @@
                 <artifactId>nimbus-jose-jwt</artifactId>
                 <version>9.37.3</version>
             </dependency>
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-configuration2</artifactId>
+                <version>2.10.1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to