From 4071a49571bc13bfc90e6c14ffc672acbfa050e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:49:53 +0000 Subject: [PATCH] Bump org.mozilla:rhino from 1.8.1 to 1.9.1 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.8.1 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-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 0a9a04a1b..1206e83a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -53,7 +53,7 @@ commonsText = "1.13.1" # 新版本使用了 Android 8 以下无法编译的 VarHandle.compareAndExchange 方法 #noinspection GradleDependency -rhino = "1.8.1" +rhino = "1.9.1" #noinspection GradleDependency,NewerVersionAvailable media3 = "1.8.0"