[ecmascript] Update rhino to 1.7.7.2

Refs #699
This commit is contained in:
Andreas Dangel 2018-02-21 19:55:05 +01:00
parent bff93c53fb
commit d619fd360d
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ This is a minor release.
### New and noteworthy
#### Ecmascript (JavaScript)
The [Rhino Library](https://github.com/mozilla/rhino) has been upgraded to version 1.7.7.2.
### Fixed Issues
* all

View File

@ -791,7 +791,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.7</version>
<version>1.7.7.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>