build(deps): bump rhino from 1.7.12 to 1.7.13

Bumps [rhino](https://github.com/mozilla/rhino) from 1.7.12 to 1.7.13.
- [Release notes](https://github.com/mozilla/rhino/releases)
- [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/mozilla/rhino/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-05 09:24:32 +00:00 committed by GitHub
parent 8b990e29ca
commit 7f23ded63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ dependencies {
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.27.v20200227'
implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227'
implementation 'org.mozilla:rhino:1.7.12'
implementation 'org.mozilla:rhino:1.7.13'
implementation 'xerces:xercesImpl:2.12.1'
implementation 'xmlrpc:xmlrpc:2.0.1'
}