Upgrade to jline 3 (#2400)

jline 3 contains API breaking changes, necessitating changes in
ShellCommand.
This commit is contained in:
Lai Jiang
2024-04-12 19:57:02 +00:00
committed by GitHub
parent 8721085d14
commit 903b7979de
11 changed files with 180 additions and 193 deletions
+1 -2
View File
@@ -45,8 +45,6 @@ ext {
'com.google.apis:google-api-services-dns:v2beta1-rev99-1.25.0',
// TODO: Migrate to v3
'com.google.apis:google-api-services-drive:v2-rev393-1.25.0',
// TODO: Migrate to org.jline
'jline:jline:1.0',
// TODO: Remove after the legacy console is deleted.
'com.google.closure-stylesheets:closure-stylesheets:1.5.0',
@@ -220,6 +218,7 @@ ext {
'org.hamcrest:hamcrest-library:[2.2,)',
'org.hamcrest:hamcrest:[2.2,)',
'org.jcommander:jcommander:[1.83,)',
'org.jline:jline:[3.0,)',
'org.joda:joda-money:[1.0.1,)',
'org.json:json:[20160810,)',
'org.jsoup:jsoup:[1.13.1,)',