Skip to content

Commit bcb0613

Browse files
committed
chore: revert mockito version causing issues with some tests
1 parent 46320b4 commit bcb0613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@
157157
<jersey-common>2.34</jersey-common>
158158

159159
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
160+
161+
<!-- A newer mockito 4.5.1 added on https://github.com/confluentinc/common/pull/460
162+
caused issues with some unit tests. This version 4.3.1 is temporary until we
163+
figured out what's wrong with 4.5.1 or newer -->
164+
<mockito.version>4.3.1</mockito.version>
160165
</properties>
161166

162167
<dependencyManagement>

0 commit comments

Comments
 (0)