Skip to content

Commit

Permalink
Do not bump mockito version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-jaquier-sonarsource committed Jun 13, 2024
1 parent ce81dc4 commit 2ed4d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<assertj.version>3.16.1</assertj.version>
<jgit.version>6.2.0.202206071550-r</jgit.version>
<junit.version>5.9.3</junit.version>
<mockito.version>5.12.0</mockito.version>
<mockito.version>3.5.0</mockito.version>
<slf4j.version>1.7.36</slf4j.version>
<sonar.version>10.4.1.88267</sonar.version>
<sonar.api.version>10.7.0.2191</sonar.api.version>
Expand Down
2 changes: 1 addition & 1 deletion sonar-plugin/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2ed4d63

Please sign in to comment.