Skip to content

Commit

Permalink
Merge pull request #2470 from liquibase/dependabot/maven/org.mockito-…
Browse files Browse the repository at this point in the history
…mockito-core-3.12.4

Bump mockito-core from 3.3.3 to 3.12.4
  • Loading branch information
nvoxland committed Feb 7, 2022
2 parents da92d5d + c5a1a7f commit 795dc4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-core/pom.xml
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.8.0</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.3.3</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 795dc4d

Please sign in to comment.