From 75152f683b7ee98c2e75f84cd1c6f88e4f81be5e Mon Sep 17 00:00:00 2001 From: Andrei Stefan Date: Tue, 6 Nov 2018 11:34:14 +0200 Subject: [PATCH] Upgrade jline to 3.8.2 --- x-pack/plugin/sql/qa/build.gradle | 4 ++-- x-pack/plugin/sql/sql-cli/build.gradle | 2 +- x-pack/plugin/sql/sql-cli/licenses/jline-3.6.0.jar.sha1 | 1 - x-pack/plugin/sql/sql-cli/licenses/jline-3.8.2.jar.sha1 | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 x-pack/plugin/sql/sql-cli/licenses/jline-3.6.0.jar.sha1 create mode 100644 x-pack/plugin/sql/sql-cli/licenses/jline-3.8.2.jar.sha1 diff --git a/x-pack/plugin/sql/qa/build.gradle b/x-pack/plugin/sql/qa/build.gradle index e4b212814349e..6b55b6363f2ca 100644 --- a/x-pack/plugin/sql/qa/build.gradle +++ b/x-pack/plugin/sql/qa/build.gradle @@ -16,7 +16,7 @@ dependencies { // CLI testing dependencies compile project(path: xpackModule('sql:sql-cli'), configuration: 'nodeps') - compile "org.jline:jline:3.6.0" + compile "org.jline:jline:3.8.2" } /* disable unit tests because these are all integration tests used @@ -104,7 +104,7 @@ subprojects { testRuntime (xpackProject('plugin:sql:sql-action')) { transitive = false } - testRuntime "org.jline:jline:3.6.0" + testRuntime "org.jline:jline:3.8.2" } if (project.name != 'security') { diff --git a/x-pack/plugin/sql/sql-cli/build.gradle b/x-pack/plugin/sql/sql-cli/build.gradle index f0022040b4909..49f2dcef3d95c 100644 --- a/x-pack/plugin/sql/sql-cli/build.gradle +++ b/x-pack/plugin/sql/sql-cli/build.gradle @@ -16,7 +16,7 @@ archivesBaseName = 'elasticsearch-sql-cli' description = 'Command line interface to Elasticsearch that speaks SQL' dependencies { - compile "org.jline:jline:3.6.0" + compile "org.jline:jline:3.8.2" compile xpackProject('plugin:sql:sql-client') compile xpackProject('plugin:sql:sql-action') compile "org.elasticsearch:elasticsearch-cli:${version}" diff --git a/x-pack/plugin/sql/sql-cli/licenses/jline-3.6.0.jar.sha1 b/x-pack/plugin/sql/sql-cli/licenses/jline-3.6.0.jar.sha1 deleted file mode 100644 index d6938e6d80b0d..0000000000000 --- a/x-pack/plugin/sql/sql-cli/licenses/jline-3.6.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c8ecc302d6b7d19da41c66be7d428c17cd6b12b2 \ No newline at end of file diff --git a/x-pack/plugin/sql/sql-cli/licenses/jline-3.8.2.jar.sha1 b/x-pack/plugin/sql/sql-cli/licenses/jline-3.8.2.jar.sha1 new file mode 100644 index 0000000000000..29e11fa3a021e --- /dev/null +++ b/x-pack/plugin/sql/sql-cli/licenses/jline-3.8.2.jar.sha1 @@ -0,0 +1 @@ +8b81efadcb78388b662ede7965b272be56a86ec1 \ No newline at end of file