We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa321 commit 4d9575cCopy full SHA for 4d9575c
pom.xml
@@ -166,6 +166,12 @@
166
<version>3.8.0</version>
167
<scope>test</scope>
168
</dependency>
169
+ <dependency>
170
+ <!-- see https://github.com/mockito/mockito/issues/3328#issuecomment-2260087310 -->
171
+ <groupId>net.bytebuddy</groupId>
172
+ <artifactId>byte-buddy</artifactId>
173
+ <version>1.14.17</version>
174
+ </dependency>
175
<dependency>
176
<groupId>com.github.gmazzo</groupId>
177
<artifactId>okhttp-mock</artifactId>
0 commit comments