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 f1a34a58fa NIFI-12307 Upgraded Commons Text from 1.10.0 to 1.11.0
f1a34a58fa is described below

commit f1a34a58fa2f2abace35a6535cb690f7aaccd146
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Nov 1 12:34:19 2023 -0500

    NIFI-12307 Upgraded Commons Text from 1.10.0 to 1.11.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7969.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 028d4ce5ac..486442c4c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         
<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>
-        
<org.apache.commons.text.version>1.10.0</org.apache.commons.text.version>
+        
<org.apache.commons.text.version>1.11.0</org.apache.commons.text.version>
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.76</org.bouncycastle.version>

Reply via email to