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
This commit is contained in:
Benedict Jin 2019-08-10 04:10:54 +08:00 committed by Clint Wylie
parent f7cf2f7cad
commit 170368999d
2 changed files with 2 additions and 2 deletions

View File

@ -2068,7 +2068,7 @@ name: Rhino
license_category: binary license_category: binary
module: java-core module: java-core
license_name: Mozilla Public License Version 2.0 license_name: Mozilla Public License Version 2.0
version: 1.7R5 version: 1.7.11
copyright: Mozilla and individual contributors. copyright: Mozilla and individual contributors.
license_file_path: licenses/bin/rhino.MPL2 license_file_path: licenses/bin/rhino.MPL2
libraries: libraries:

View File

@ -365,7 +365,7 @@
<dependency> <dependency>
<groupId>org.mozilla</groupId> <groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId> <artifactId>rhino</artifactId>
<version>1.7R5</version> <version>1.7.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>