From 38d033975362324bac87f2da29c3ba3c7fd96e99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 21:49:07 +0000 Subject: [PATCH] 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) --- 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 9df5430c0..a5ea1bad8 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' implementation 'org.jsoup:jsoup:1.13.1' - implementation 'org.mozilla:rhino:1.7.12' + implementation 'org.mozilla:rhino:1.7.13' implementation 'com.github.spotbugs:spotbugs-annotations:4.0.2' implementation 'org.nibor.autolink:autolink:0.10.0'