From 41ef2e44c307900aef75f4ff8545f3aea8bfcf35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:45:56 +0000 Subject: [PATCH] build(deps): bump rhino from 1.7.13 to 1.7.14 Bumps [rhino](https://github.com/mozilla/rhino) from 1.7.13 to 1.7.14. - [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) --- updated-dependencies: - dependency-name: org.mozilla:rhino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68c24f18..414678eb 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1' implementation 'org.eclipse.jetty:jetty-servlet:9.4.51.v20230217' implementation 'org.eclipse.jetty:jetty-xml:9.4.27.v20200227' - implementation 'org.mozilla:rhino:1.7.13' + implementation 'org.mozilla:rhino:1.7.14' implementation 'xerces:xercesImpl:2.12.2' implementation 'xmlrpc:xmlrpc:2.0.1' }