Skip to content

Commit

Permalink
Merge pull request #42818 from quarkusio/dependabot/maven/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-5.13.0
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
2 parents 4cb99df + 6fda3e3 commit 53330ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3</version.junit5>
<version.kotlin>2.0.20</version.kotlin>
<version.kotlin-coroutines>1.8.1</version.kotlin-coroutines>
<version.mockito>5.12.0</version.mockito>
<version.mockito>5.13.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 @@ -355,7 +355,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.12.0</version>
<version>5.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<awaitility.version>4.2.2</awaitility.version>
<smallrye-mutiny-vertx-core.version>3.13.2</smallrye-mutiny-vertx-core.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<mockito.version>5.12.0</mockito.version>
<mockito.version>5.13.0</mockito.version>
<mutiny-zero.version>1.1.0</mutiny-zero.version>

<!-- Forbidden API checks -->
Expand Down

0 comments on commit 53330ef

Please sign in to comment.