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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1268acb864 NIFI-12414 Update org.apache.commons.lang3.version to 3.14.0
1268acb864 is described below

commit 1268acb864913700e2ded3e342db8ac51294879b
Author: mr1716 <[email protected]>
AuthorDate: Mon Nov 27 09:12:23 2023 -0500

    NIFI-12414 Update org.apache.commons.lang3.version to 3.14.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8066.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35ffb0497f..c85c213454 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
         <org.apache.commons.cli.version>1.6.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.16.0</org.apache.commons.codec.version>
         
<org.apache.commons.compress.version>1.25.0</org.apache.commons.compress.version>
-        
<org.apache.commons.lang3.version>3.13.0</org.apache.commons.lang3.version>
+        
<org.apache.commons.lang3.version>3.14.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.10.0</org.apache.commons.net.version>
         <org.apache.commons.io.version>2.15.0</org.apache.commons.io.version>
         
<org.apache.commons.text.version>1.11.0</org.apache.commons.text.version>

Reply via email to