From 3fa2659d59bd1589c8b649bafa7cf70c64c98819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 02:15:12 +0000 Subject: [PATCH] chore(deps): bump org.mozilla:rhino from 1.8.0 to 1.9.0 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.8.0 to 1.9.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-version: 1.9.0 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 421451c..842d6d2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ jnafilechooser = "1.1.2" xodus = "2.0.1" bip39 = "1.0.9" colorpicker = "2.0.1" -rhino = "1.8.0" +rhino = "1.9.0" delight-rhino-sandbox = "0.2.1" testcontainers = "2.0.3" mixpanel = "1.5.4"