You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/08/09 20:11:04 UTC

[incubator-druid] branch master updated: Bump rhino from 1.7R5 to 1.7.11 (#8008)

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

cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1703689  Bump rhino from 1.7R5 to 1.7.11 (#8008)
1703689 is described below

commit 170368999df87ca49f8cca25e2553d55b84c0570
Author: Benedict Jin <as...@apache.org>
AuthorDate: Sat Aug 10 04:10:54 2019 +0800

    Bump rhino from 1.7R5 to 1.7.11 (#8008)
    
    * Bump rhino from 1.7R5 to 1.7.11
    
    * Update the version of rhino in licenses.yaml
---
 licenses.yaml | 2 +-
 pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 1ebe9b5..48c0dee 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -2068,7 +2068,7 @@ name: Rhino
 license_category: binary
 module: java-core
 license_name: Mozilla Public License Version 2.0
-version: 1.7R5
+version: 1.7.11
 copyright: Mozilla and individual contributors.
 license_file_path: licenses/bin/rhino.MPL2
 libraries:
diff --git a/pom.xml b/pom.xml
index f6a2a25..149c2c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@
             <dependency>
                 <groupId>org.mozilla</groupId>
                 <artifactId>rhino</artifactId>
-                <version>1.7R5</version>
+                <version>1.7.11</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org