Skip to content

Commit

Permalink
Merge pull request #652 from christophsturm/jdk16
Browse files Browse the repository at this point in the history
bump byte buddy and disable a test that fails on jdk 16
  • Loading branch information
Raibaz committed Jun 30, 2021
2 parents a9daae9 + 421a420 commit 8a361ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,7 +1,7 @@
buildscript {
ext.kotlin_gradle_version = findProperty('kotlin.version')?.toString() ?: '1.3.72'
ext.android_gradle_version = '4.1.0'
ext.byte_buddy_version = '1.10.14'
ext.byte_buddy_version = '1.11.5'
ext.coroutines_version = '1.3.3'
ext.dexmaker_version = '2.28.1'
ext.objenesis_version = '3.1'
Expand Down
2 changes: 1 addition & 1 deletion mockk/jvm/src/test/kotlin/io/mockk/jvm/HashMapMockTest.kt
Expand Up @@ -25,4 +25,4 @@ class HashMapMockTest {

verify(exactly = 1) { map.get("key") }
}
}
}

0 comments on commit 8a361ab

Please sign in to comment.