mirror of https://github.com/apache/druid.git
upgrade org.mozilla:rhino (#14765)
This commit is contained in:
parent
2af0ab2425
commit
d0403f00fd
|
@ -4633,7 +4633,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.7.11
|
version: 1.7.14
|
||||||
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
|
@ -519,7 +519,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mozilla</groupId>
|
<groupId>org.mozilla</groupId>
|
||||||
<artifactId>rhino</artifactId>
|
<artifactId>rhino</artifactId>
|
||||||
<version>1.7.11</version>
|
<version>1.7.14</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
|
Loading…
Reference in New Issue