<@U3D0A5GP9> I think I had the same, or at least I...
# mockk
t
@poohbar I think I had the same, or at least I had some exception with spring boot and mockk related to bytebuddy. in my case, there was some transitive dependencies to byte buddy 1.7, just adding
<byte-buddy.version>1.9.1</byte-buddy.version>
to maven properties section solved it