mirror of https://github.com/apache/druid.git
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:
parent
f7cf2f7cad
commit
170368999d
|
@ -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:
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue