This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 43f3bab5bb68cefa98dadf057821b7c45468bd4a Author: mr1716 <[email protected]> AuthorDate: Sat Jul 29 14:02:16 2023 -0400 NIFI-11875 Upgraded Commons Lang 3 from 3.12.0 to 3.13.0 This closes #7539 Signed-off-by: David Handermann <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed313e513e..23aaa744c2 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <okio.version>3.4.0</okio.version> <org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version> <org.apache.commons.codec.version>1.16.0</org.apache.commons.codec.version> - <org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version> + <org.apache.commons.lang3.version>3.13.0</org.apache.commons.lang3.version> <org.apache.commons.net.version>3.9.0</org.apache.commons.net.version> <org.apache.commons.io.version>2.13.0</org.apache.commons.io.version> <org.apache.commons.text.version>1.10.0</org.apache.commons.text.version>
