From 7f23ded63d8a846e3f0e07d1b00bb009189ce531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 09:24:32 +0000 Subject: [PATCH] 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 297953f9..c754bb5e 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }