Skip to content

Commit 06a3f15

Browse files
Update mockito monorepo to v5.15.2
1 parent 68d3145 commit 06a3f15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.mockito</groupId>
144144
<artifactId>mockito-junit-jupiter</artifactId>
145-
<version>5.11.0</version>
145+
<version>5.15.2</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.github.h-thurow</groupId>

tinylog-android-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
androidTestImplementation "org.assertj:assertj-core:3.25.3"
3737
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
3838
androidTestImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
39-
androidTestImplementation "org.mockito:mockito-android:5.11.0"
39+
androidTestImplementation "org.mockito:mockito-android:5.15.2"
4040
androidTestImplementation "org.tinylog:tinylog-core:${version}:tests"
4141
androidTestImplementation "org.tinylog:tinylog-impl:${version}:tests"
4242
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.4.0"

0 commit comments

Comments
 (0)