upgrade org.mozilla:rhino (#14765)

This commit is contained in:
Tejaswini Bandlamudi 2023-08-08 12:17:59 +05:30 committed by GitHub
parent 2af0ab2425
commit d0403f00fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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>