forked from phoedos/pmd
@ -19,6 +19,10 @@ This is a minor release.
|
|||||||
|
|
||||||
### New and noteworthy
|
### New and noteworthy
|
||||||
|
|
||||||
|
#### Ecmascript (JavaScript)
|
||||||
|
|
||||||
|
The [Rhino Library](https://github.com/mozilla/rhino) has been upgraded to version 1.7.7.2.
|
||||||
|
|
||||||
### Fixed Issues
|
### Fixed Issues
|
||||||
|
|
||||||
* all
|
* all
|
||||||
|
2
pom.xml
2
pom.xml
@ -791,7 +791,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mozilla</groupId>
|
<groupId>org.mozilla</groupId>
|
||||||
<artifactId>rhino</artifactId>
|
<artifactId>rhino</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.7.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
Reference in New Issue
Block a user