From e1cdd0a6601753f8c8d326d79216468503234e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:11:02 +0000 Subject: [PATCH] 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 18b74bb9e..76406a9b6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ protobufJavalite = "4.26.1" quickChineseTransfer = "0.2.13" room = "2.6.1" splitties = "3.0.0" -rhino = "1.7.15" +rhino = "1.8.0" desugar = "2.0.4" activity = "1.9.1"