Skip to content
Open
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
2 changes: 1 addition & 1 deletion androidplot-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading