We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6755a2 commit bf83f87Copy full SHA for bf83f87
1 file changed
pom.xml
@@ -53,7 +53,7 @@
53
<google.genai.version>1.28.0</google.genai.version>
54
<protobuf.version>4.32.0</protobuf.version>
55
<junit.version>5.11.4</junit.version>
56
- <mockito.version>5.17.0</mockito.version>
+ <mockito.version>5.20.0</mockito.version>
57
<java-websocket.version>1.6.0</java-websocket.version>
58
<jackson.version>2.19.0</jackson.version>
59
<okhttp.version>4.12.0</okhttp.version>
@@ -214,6 +214,11 @@
214
<artifactId>mockito-core</artifactId>
215
<version>${mockito.version}</version>
216
</dependency>
217
+ <dependency>
218
+ <groupId>net.bytebuddy</groupId>
219
+ <artifactId>byte-buddy</artifactId>
220
+ <version>1.18.2</version>
221
+ </dependency>
222
<dependency>
223
<groupId>org.jspecify</groupId>
224
<artifactId>jspecify</artifactId>
0 commit comments