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 5187d0adb1 NIFI-12692 Update jline.version to 3.25.1
5187d0adb1 is described below
commit 5187d0adb152b1a9c5cfdb57306f8d4bc62eeaa4
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 31 08:15:45 2024 -0500
NIFI-12692 Update jline.version to 3.25.1
Signed-off-by: Pierre Villard <[email protected]>
This closes #8326.
---
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 2aaa30f285..b53b7feac2 100644
--- a/nifi-toolkit/nifi-toolkit-cli/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-cli/pom.xml
@@ -25,7 +25,7 @@
<properties>
<guava.version>32.1.2-jre</guava.version>
- <jline.version>3.25.0</jline.version>
+ <jline.version>3.25.1</jline.version>
</properties>
<build>