Skip to content

Commit

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

chore(deps): bump org.mockito:mockito-core from 3.6.0 to 3.12.4
  • Loading branch information
tglman authored Oct 14, 2024
2 parents 447f803 + dad98bb commit c5fddb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.6.0</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>
<!-- Required by the Kubernetes java client -->
Expand Down
2 changes: 1 addition & 1 deletion test-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<version>3.12.4</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit c5fddb6

Please sign in to comment.