Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent ba02c37 commit 712f1d3
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 @@ -83,7 +83,7 @@
<assertj.version>3.27.1</assertj.version>
<jgit.version>7.1.0.202411261347-r</jgit.version>
<junit.version>5.11.4</junit.version>
<mockito.version>5.14.2</mockito.version>
<mockito.version>5.15.2</mockito.version>
<slf4j.version>2.0.16</slf4j.version>
<sonar.version>24.12.0.100206</sonar.version>
<sonar.api.version>10.14.0.2599</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>5.14.2</version>
<version>5.15.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 712f1d3

Please sign in to comment.