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 fce0c3012b NIFI-12414 Update org.apache.commons.lang3.version to 3.14.0
fce0c3012b is described below
commit fce0c3012b4c23b8e484ae8791cceaba016294de
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 c62f50b27a..a89651c961 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,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>