Skip to content

Commit 4d9575c

Browse files
committed
🙄
1 parent 21aa321 commit 4d9575c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@
166166
<version>3.8.0</version>
167167
<scope>test</scope>
168168
</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>
169175
<dependency>
170176
<groupId>com.github.gmazzo</groupId>
171177
<artifactId>okhttp-mock</artifactId>

0 commit comments

Comments
 (0)