Skip to content

Commit

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

Bump mockito-core from 5.2.0 to 5.3.0
  • Loading branch information
gsmet committed Apr 13, 2023
2 parents 23fd59b + f580e35 commit 99d6ede
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 @@ -55,7 +55,7 @@
<version.junit5>5.9.2</version.junit5>
<version.kotlin>1.8.10</version.kotlin>
<version.kotlin-coroutines>1.6.4</version.kotlin-coroutines>
<version.mockito>5.2.0</version.mockito>
<version.mockito>5.3.0</version.mockito>
<!-- TCK versions -->
<version.arquillian>1.7.0.Alpha14</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 @@ -353,7 +353,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 99d6ede

Please sign in to comment.