@@ -103,12 +103,12 @@ under the License.
103103 <dep .hadoop.version>3.4.1</dep .hadoop.version>
104104 <dep .fbs.version>25.2.10</dep .fbs.version>
105105 <dep .avro.version>1.12.0</dep .avro.version>
106+ <dep .mockito-bom.version>5.16.0</dep .mockito-bom.version>
106107 <arrow .vector.classifier></arrow .vector.classifier>
107108 <forkCount >2</forkCount >
108109 <checkstyle .version>10.21.3</checkstyle .version>
109110 <checkstyle .failOnViolation>true</checkstyle .failOnViolation>
110111 <error_prone_core .version>2.31.0</error_prone_core .version>
111- <mockito .core.version>5.15.2</mockito .core.version>
112112 <checker .framework.version>3.49.1</checker .framework.version>
113113 <logback .version>1.5.17</logback .version>
114114 <doclint >none</doclint >
@@ -221,6 +221,13 @@ under the License.
221221 <type >pom</type >
222222 <scope >import</scope >
223223 </dependency >
224+ <dependency >
225+ <groupId >org.mockito</groupId >
226+ <artifactId >mockito-bom</artifactId >
227+ <version >${dep.mockito-bom.version} </version >
228+ <type >pom</type >
229+ <scope >import</scope >
230+ </dependency >
224231 <dependency >
225232 <groupId >ch.qos.logback</groupId >
226233 <artifactId >logback-classic</artifactId >
@@ -275,12 +282,6 @@ under the License.
275282 <version >${dep.junit.jupiter.version} </version >
276283 <scope >test</scope >
277284 </dependency >
278- <dependency >
279- <groupId >org.mockito</groupId >
280- <artifactId >mockito-junit-jupiter</artifactId >
281- <version >5.15.2</version >
282- <scope >test</scope >
283- </dependency >
284285 <dependency >
285286 <groupId >ch.qos.logback</groupId >
286287 <artifactId >logback-classic</artifactId >
0 commit comments