Skip to content

Commit 403ba80

Browse files
astefanpgomulka
authored andcommitted
Upgrade jline to 3.8.2 (elastic#35288)
1 parent dc816dd commit 403ba80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

x-pack/plugin/sql/qa/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616

1717
// CLI testing dependencies
1818
compile project(path: xpackModule('sql:sql-cli'), configuration: 'nodeps')
19-
compile "org.jline:jline:3.6.0"
19+
compile "org.jline:jline:3.8.2"
2020
}
2121

2222
/* disable unit tests because these are all integration tests used
@@ -104,7 +104,7 @@ subprojects {
104104
testRuntime (xpackProject('plugin:sql:sql-action')) {
105105
transitive = false
106106
}
107-
testRuntime "org.jline:jline:3.6.0"
107+
testRuntime "org.jline:jline:3.8.2"
108108
}
109109

110110
if (project.name != 'security') {

x-pack/plugin/sql/sql-cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ archivesBaseName = 'elasticsearch-sql-cli'
1616
description = 'Command line interface to Elasticsearch that speaks SQL'
1717

1818
dependencies {
19-
compile "org.jline:jline:3.6.0"
19+
compile "org.jline:jline:3.8.2"
2020
compile xpackProject('plugin:sql:sql-client')
2121
compile xpackProject('plugin:sql:sql-action')
2222
compile "org.elasticsearch:elasticsearch-cli:${version}"

x-pack/plugin/sql/sql-cli/licenses/jline-3.6.0.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8b81efadcb78388b662ede7965b272be56a86ec1

0 commit comments

Comments
 (0)