diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md
index 8c4e2b5e96..6d3c9cdab7 100644
--- a/docs/pages/release_notes.md
+++ b/docs/pages/release_notes.md
@@ -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
diff --git a/pom.xml b/pom.xml
index aaeefb8ab5..79e8d98a41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,7 +791,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
org.mozilla
rhino
- 1.7.7
+ 1.7.7.2
junit