This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit d105ed6165c680d9ae0e4983f4bcc2a74716948e Author: Pierre Villard <[email protected]> AuthorDate: Mon Apr 10 21:31:18 2023 +0300 NIFI-11426 Upgraded JLine from 3.22.0 to 3.23.0 This closes #7157 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 3b216ced924c8d4e6316fe4b0b2185ae816079cd) --- nifi-toolkit/nifi-toolkit-cli/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-toolkit/nifi-toolkit-cli/pom.xml b/nifi-toolkit/nifi-toolkit-cli/pom.xml index 625d4d9a22..18dabb053a 100644 --- a/nifi-toolkit/nifi-toolkit-cli/pom.xml +++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml @@ -24,7 +24,7 @@ <description>Tooling to make tls configuration easier</description> <properties> - <jline.version>3.22.0</jline.version> + <jline.version>3.23.0</jline.version> </properties> <build>
