From 6d218cbaade2890f7019a606dd62b6c79932e161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 02:24:30 +0000 Subject: [PATCH] Bump org.ow2.asm:asm-tree in the gradle-dependencies group Bumps the gradle-dependencies group with 1 update: org.ow2.asm:asm-tree. Updates `org.ow2.asm:asm-tree` from 9.8 to 9.10.1 --- updated-dependencies: - dependency-name: org.ow2.asm:asm-tree dependency-version: 9.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- androidplot-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/androidplot-core/build.gradle b/androidplot-core/build.gradle index 66ac411e..0478de7f 100644 --- a/androidplot-core/build.gradle +++ b/androidplot-core/build.gradle @@ -101,7 +101,7 @@ dependencies { testImplementation "org.mockito:mockito-core:5.23.0" testImplementation "junit:junit:4.13.2" testImplementation "org.robolectric:robolectric:4.16.1" - testImplementation "org.ow2.asm:asm-tree:9.8" + testImplementation "org.ow2.asm:asm-tree:9.10.1" // Kotlin is only used by KotlinInteropTest; kotlin.stdlib.default.dependency=false in // gradle.properties keeps the published POM free of a kotlin-stdlib dependency, and // testImplementation never reaches the POM anyway.