This is an automated email from the ASF dual-hosted git repository.

jhyde pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit a9687de8145de35262c34288c27961585c141ca7
Author: Julian Hyde <[email protected]>
AuthorDate: Tue Mar 26 21:55:52 2019 -0700

    [CALCITE-2958] Upgrade SQLLine to 1.7.0
    
    Close apache/calcite#1136
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0d84511..b5f6161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@ limitations under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <log4j2.version>2.11.0</log4j2.version>
     <spark.version>2.2.0</spark.version>
-    <sqlline.version>1.6.0</sqlline.version>
+    <sqlline.version>1.7.0</sqlline.version>
     <tpcds.version>1.2</tpcds.version>
     <xalan.version>2.7.1</xalan.version>
     <xerces.version>2.9.1</xerces.version>

Reply via email to