This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push: new 75e959af26 Update jline to 3.24.0 (#3895) 75e959af26 is described below commit 75e959af263d8d38dbb1d077e4206bd448f81e28 Author: EdColeman <d...@etcoleman.com> AuthorDate: Thu Oct 26 21:24:12 2023 -0400 Update jline to 3.24.0 (#3895) * Update jline version to 3.24.0 * Remove outdated comment This fixes #3485 --------- Co-authored-by: Ed Coleman <edcole...@apache.org> Co-authored-by: Christopher Tubbs <ctubb...@apache.org> --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4866511857..87cdf9c414 100644 --- a/pom.xml +++ b/pom.xml @@ -629,10 +629,9 @@ <version>2.2.1.Final</version> </dependency> <dependency> - <!-- stay on 3.21.0 for now due to https://github.com/apache/accumulo/issues/3446 --> <groupId>org.jline</groupId> <artifactId>jline</artifactId> - <version>3.21.0</version> + <version>3.24.0</version> </dependency> <dependency> <groupId>org.latencyutils</groupId>