Skip to content

Commit

Permalink
Update mockito monorepo to v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 68d3145 commit 20291c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.14.0</version>
</dependency>
<dependency>
<groupId>com.github.h-thurow</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tinylog-android-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
androidTestImplementation "org.assertj:assertj-core:3.25.3"
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
androidTestImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
androidTestImplementation "org.mockito:mockito-android:5.11.0"
androidTestImplementation "org.mockito:mockito-android:5.14.0"
androidTestImplementation "org.tinylog:tinylog-core:${version}:tests"
androidTestImplementation "org.tinylog:tinylog-impl:${version}:tests"
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.4.0"
Expand Down

0 comments on commit 20291c0

Please sign in to comment.