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 5cf8f7d31e NIFI-12397 Upgraded Commons Compress from 1.24.0 to 1.25.0
5cf8f7d31e is described below

commit 5cf8f7d31ee59026c1fe31d4c931a0a46f2428a3
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Tue Nov 21 09:32:12 2023 -0600

    NIFI-12397 Upgraded Commons Compress from 1.24.0 to 1.25.0
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8057.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa5ac79026..16a82411e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
         <okio.version>3.6.0</okio.version>
         <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.24.0</org.apache.commons.compress.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.net.version>3.10.0</org.apache.commons.net.version>
         <org.apache.commons.io.version>2.15.0</org.apache.commons.io.version>

Reply via email to