Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.4.0 to 5.8.0
  • Loading branch information
gsmet committed Dec 7, 2023
2 parents 4de5bfd + 8a5222e commit 2899905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<version.junit5>5.10.1</version.junit5>
<version.kotlin>1.9.21</version.kotlin>
<version.kotlin-coroutines>1.7.3</version.kotlin-coroutines>
<version.mockito>5.7.0</version.mockito>
<version.mockito>5.8.0</version.mockito>
<!-- TCK versions -->
<version.arquillian>1.7.0.Final</version.arquillian>
<version.atinject-tck>2.0.1</version.atinject-tck>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/extension-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.4.0</version>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2899905

Please sign in to comment.