diff --git a/androidplot-core/build.gradle b/androidplot-core/build.gradle index 66ac411e..67b76460 100644 --- a/androidplot-core/build.gradle +++ b/androidplot-core/build.gradle @@ -100,8 +100,8 @@ 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.robolectric:robolectric:4.17" + 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. diff --git a/demoapp/build.gradle b/demoapp/build.gradle index 947ac7dc..0ce8981d 100644 --- a/demoapp/build.gradle +++ b/demoapp/build.gradle @@ -19,7 +19,7 @@ dependencies { // Robolectric tests exercising every example activity; same versions as androidplot-core. // The Robolectric SDK level is pinned in src/test/resources/robolectric.properties. testImplementation "junit:junit:4.13.2" - testImplementation "org.robolectric:robolectric:4.16.1" + testImplementation "org.robolectric:robolectric:4.17" } kotlin {