From ec97fca440e5e8cb980304d07b1c96a2381ae611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 18:55:39 +0200 Subject: [PATCH] build: Update dependency org.mozilla:rhino-runtime to v1.7.14 (#1733) Co-authored-by: Renovate 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 a8080f50b..8929bac9e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ adventure = "4.9.3" truezip = "6.8.4" auto-value = "1.9" findbugs = "3.0.2" -rhino-runtime = "1.7.13" +rhino-runtime = "1.7.14" zstd-jni = "1.4.8-1" # Not latest as it can be difficult to obtain latest ZSTD libs antlr4 = "4.10.1" json-simple = "1.1.1"