From bee4bfd09e3f0e64ebe7d36885ddf6aea627a898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 04:14:38 +0000 Subject: [PATCH] Bump org.mozilla:rhino from 1.8.1 to 1.9.0 Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.8.1 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 bc3ef04064..237eb2eccc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ kotlin-mu = "3.0.5" rocksdb = "10.4.2" jetty = "12.1.5" netty = "4.2.9.Final" -rhino = "1.8.1" +rhino = "1.9.0" nimbus = "10.6" otel = "1.57.0" otel-instrumentation = "2.23.0-alpha"