Skip to content

Commit

Permalink
fix(deps): update mockito monorepo to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 10, 2024
1 parent 876d6ef commit b1cb3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
testImplementation("com.google.truth:truth:1.4.4") {
exclude group: 'com.google.guava', module: 'guava'
}
testImplementation("org.mockito:mockito-core:1.10.19")
testImplementation("org.mockito:mockito-core:5.14.2")

// For using the Liquibase test harness
testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.11.0</version>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b1cb3c5

Please sign in to comment.