Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions androidplot-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion demoapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading