From 30cba6720de05d94ea368a6b1bbd55d2e68c4bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 02:11:50 +0000 Subject: [PATCH] chore(deps): bump org.mozilla:rhino from 1.7.15 to 1.8.0 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.7.15 to 1.8.0. - [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-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7681cbf..326894c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ jnafilechooser = "1.1.2" xodus = "2.0.1" bip39 = "1.0.8" colorpicker = "2.0.1" -rhino = "1.7.15" +rhino = "1.8.0" delight-rhino-sandbox = "0.0.17" testcontainers = "1.20.6" mixpanel = "1.5.3"