From d193c58e5f86f74d3dbf67aca8b16694a68dc119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:28:15 -0500 Subject: [PATCH] fix(deps): update dependency androidx.annotation:annotation to v1.9.1 (#1121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 fe2643a0..0f575124 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -112,7 +112,7 @@ junrar = "com.github.junrar:junrar:7.5.5" bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.78.1" # AndroidX annotations -android-annotations = "androidx.annotation:annotation:1.8.2" +android-annotations = "androidx.annotation:annotation:1.9.1" # Substitute for duktape-android rhino-runtime = { module = "org.mozilla:rhino-runtime", version.ref = "rhino" } # slimmer version of 'org.mozilla:rhino'