Skip to content

Commit

Permalink
Upgrade to Mockito 5.6.0 (#11722)
Browse files Browse the repository at this point in the history
* Upgrade to Mockito 5.6.0
  • Loading branch information
davsclaus authored Oct 15, 2023
1 parent 4b5132c commit fd1b089
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion catalog/camel-report-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito-version}</version>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 0 additions & 6 deletions components/camel-box/camel-box-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@
<version>${mockito-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito-version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
<minio-version>8.5.6</minio-version>
<mock-javamail-version>1.9</mock-javamail-version>
<mockwebserver-version>0.2.2</mockwebserver-version>
<mockito-version>5.2.0</mockito-version>
<mockito-version>5.6.0</mockito-version>
<mongo-java-driver-version>4.10.2</mongo-java-driver-version>
<mongo-hadoop-version>1.5.0</mongo-hadoop-version>
<msal4j-version>1.13.9</msal4j-version>
Expand Down

0 comments on commit fd1b089

Please sign in to comment.