Skip to content

Commit 062479e

Browse files
committed
[Java] Upgrade to Mockito 3.11.0.
1 parent 5eee462 commit 062479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
4040

4141
def checkstyleVersion = '8.39'
4242
def hamcrestVersion = '2.2'
43-
def mockitoVersion = '3.10.0'
43+
def mockitoVersion = '3.11.0'
4444
def byteBuddyVersion = '1.11.0'
4545
def junitVersion = '5.7.2'
4646
def jmhVersion = '1.32'

0 commit comments

Comments
 (0)