From 67246f34f7618b249ce6c83edc047e78f6d084bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:56:49 +0000 Subject: [PATCH] chore(deps): bump org.mozilla:rhino from 1.9.0 to 1.9.1 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.9.0 to 1.9.1. - [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.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6eee671..30db578 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.9.0" +rhino = "1.9.1" delight-rhino-sandbox = "0.2.1" testcontainers = "2.0.3" mixpanel = "1.7.0"