Skip to content

Commit

Permalink
Downgrade to Mockk 1.13.7.
Browse files Browse the repository at this point in the history
The .8 release caused issues with bytecode inlineing requesting an additional '-jvm-target' option.

See #2135
  • Loading branch information
christophstrobl committed Oct 5, 2023
1 parent e727d34 commit 0ba7b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<micrometer>1.10.11</micrometer>
<micrometer-tracing>1.0.10</micrometer-tracing>
<mockito>5.2.0</mockito>
<mockk>1.13.8</mockk>
<mockk>1.13.7</mockk>
<querydsl>5.0.0</querydsl>
<reactor>2022.0.11</reactor>
<rxjava2>2.2.21</rxjava2>
Expand Down

0 comments on commit 0ba7b75

Please sign in to comment.