Skip to content

Commit

Permalink
bump byte buddy and objenesis
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Nov 16, 2022
1 parent d767adb commit 7e3e390
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<appender-ref ref="STDOUT"/>
</root>

</configuration>
</configuration>

0 comments on commit 7e3e390

Please sign in to comment.