Skip to content

Commit c168396

Browse files
m
1 parent 60ecb52 commit c168396

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sdk1/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.mockito</groupId>
158158
<artifactId>mockito-core</artifactId>
159-
<version>5.14.2</version>
159+
<version>4.11.0</version>
160160
<scope>test</scope>
161161
</dependency>
162162
</dependencies>
@@ -276,7 +276,7 @@
276276
<dependency>
277277
<groupId>org.mockito</groupId>
278278
<artifactId>mockito-inline</artifactId>
279-
<version>5.2.0</version>
279+
<version>4.11.0</version>
280280
<scope>test</scope>
281281
</dependency>
282282
</dependencies>
@@ -352,6 +352,7 @@
352352
<version>${maven-surefire-plugin.version}</version>
353353
<configuration>
354354
<useSystemClassLoader>false</useSystemClassLoader>
355+
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
355356
<includes>
356357
<include>**/Test*.java</include>
357358
<include>**/*Test.java</include>

0 commit comments

Comments
 (0)