Skip to content

Commit 663cbb5

Browse files
authored
MINOR: [Java] Bump org.mockito:mockito-junit-jupiter from 2.25.1 to 5.12.0 in /java (#43308)
### Rationale for this change Bump version now that Java 8 is deprecated. Follow up PR from #39408. ### What changes are included in this PR? * Bump mockito to 5.12.0 ### Are these changes tested? CI ### Are there any user-facing changes? No Authored-by: Dane Pitkin <dpitkin@apache.org> Signed-off-by: Dane Pitkin <dpitkin@apache.org>
1 parent d21a924 commit 663cbb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ under the License.
274274
<dependency>
275275
<groupId>org.mockito</groupId>
276276
<artifactId>mockito-junit-jupiter</artifactId>
277-
<version>2.25.1</version>
277+
<version>5.12.0</version>
278278
<scope>test</scope>
279279
</dependency>
280280
<dependency>

0 commit comments

Comments
 (0)