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.