This is an automated email from the ASF dual-hosted git repository.
pvillard 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 a0ac8625df NIFI-12307 Upgraded Commons Text from 1.10.0 to 1.11.0
a0ac8625df is described below
commit a0ac8625df6c4329d6fd0a8a0d68ab9fbc38c530
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 45070788b9..db61a3afa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,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>