Skip to content

Commit 452740b

Browse files
committed
Upgrade to Mockito 4.5.1.
1 parent cfa8b10 commit 452740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext['log4jVersion'] = '2.17.2'
99
// See: https://github.com/gretty-gradle-plugin/gretty/blob/v4.0.0/gradle.properties#L16
1010
ext['logbackVersion'] = '1.2.3'
1111
ext['junitVersion'] = '4.13.2'
12-
ext['mockitoVersion'] = '4.4.0'
12+
ext['mockitoVersion'] = '4.5.1'
1313
ext['multithreadedtcVersion'] = '1.01'
1414
ext['seleniumHtmlUnitVersion'] = '3.56.0'
1515
ext['slf4jVersion'] = '1.7.36'

0 commit comments

Comments
 (0)