We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46320b4 commit bcb0613Copy full SHA for bcb0613
pom.xml
@@ -157,6 +157,11 @@
157
<jersey-common>2.34</jersey-common>
158
159
<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>
165
</properties>
166
167
<dependencyManagement>
0 commit comments