Skip to content

Commit

Permalink
Merge pull request #975 from aSemy/update/bytebuddy_objenesis
Browse files Browse the repository at this point in the history
bump bytebuddy and objenesis
  • Loading branch information
Raibaz committed Nov 17, 2022
2 parents dd5aacb + 7e3e390 commit 5d22742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/buildsrc/config/Deps.kt
Expand Up @@ -19,8 +19,8 @@ object Deps {
const val junitVintage = "5.8.2"
const val junit4 = "4.13.2"

const val byteBuddy = "1.12.10"
const val objenesis = "3.2"
const val byteBuddy = "1.12.18"
const val objenesis = "3.3"
const val dexmaker = "2.28.1"
const val androidxEspresso = "3.4.0"
const val androidxTestRules = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/mockk/src/jvmTest/resources/logback-test.xml
Expand Up @@ -15,4 +15,4 @@
<appender-ref ref="STDOUT"/>
</root>

</configuration>
</configuration>

0 comments on commit 5d22742

Please sign in to comment.