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 7c5bbc6e90 Revert to JLine 3.21.0
7c5bbc6e90 is described below

commit 7c5bbc6e90af44b959e8c6f0a2807a7dda4b61ce
Author: Christopher Tubbs <ctubb...@apache.org>
AuthorDate: Mon Jun 12 19:39:45 2023 -0400

    Revert to JLine 3.21.0
    
    Revert to JLine 3.21.0. This is a temporary fix until #3446 can be fully
    investigated and resolved with future versions of JLine, even if it that
    merely results in us accepting the change in JLine behavior. For now,
    stay at 3.21.0.
    
    This fixes #3446
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f3d4369700..5fe38cd403 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,9 +630,10 @@
         <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.22.0</version>
+        <version>3.21.0</version>
       </dependency>
       <dependency>
         <groupId>org.latencyutils</groupId>

Reply via email to