From a2a41e3bf2457edc0bd20bb32604caea759c95bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 20:29:51 +0000 Subject: [PATCH] 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] --- extractor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index b27c9a779..b4e339c54 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion" implementation 'org.jsoup:jsoup:1.14.3' - implementation 'org.mozilla:rhino:1.7.13' + implementation 'org.mozilla:rhino:1.7.14' implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion" implementation 'org.nibor.autolink:autolink:0.10.0'