Skip to content

Commit 4acca77

Browse files
committed
fix(deps): Update mockito monorepo to v5.14.2
1 parent 6a16d10 commit 4acca77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ dependencies {
5353
testImplementation platform('org.junit:junit-bom:5.11.3')
5454
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
5555
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
56-
testImplementation 'org.mockito:mockito-core:5.13.0'
57-
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
56+
testImplementation 'org.mockito:mockito-core:5.14.2'
57+
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
5858
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.3'
5959
testImplementation 'org.assertj:assertj-core:3.26.3'
6060
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'

0 commit comments

Comments
 (0)