You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2019/01/04 14:15:19 UTC

[calcite] branch master updated: [CALCITE-2765] Bump Janino dependency to 3.0.11 (Fokko Driesprong)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 01c8a45  [CALCITE-2765] Bump Janino dependency to 3.0.11 (Fokko Driesprong)
01c8a45 is described below

commit 01c8a454622771a8542b1fbdf5b175ff76227bb2
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Jan 3 17:04:30 2019 +0100

    [CALCITE-2765] Bump Janino dependency to 3.0.11 (Fokko Driesprong)
    
    Fixes some small issues and NPE fixes http://janino-compiler.github.io/janino/changelog.html
    
    fixes #988
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 89a9b99..155395e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ limitations under the License.
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
     <hydromatic-tpcds.version>0.4</hydromatic-tpcds.version>
     <jackson.version>2.9.6</jackson.version>
-    <janino.version>3.0.9</janino.version>
+    <janino.version>3.0.11</janino.version>
     <java-diff.version>1.1.2</java-diff.version>
     <javacc-maven-plugin.version>2.4</javacc-maven-plugin.version>
     <jcip-annotations.version>1.0-1</jcip-annotations.version>