Skip to content

Commit

Permalink
PROTON-2863 Update project test dependencies to latest versions
Browse files Browse the repository at this point in the history
JUnit to 5.11.3
Mockito to 5.14.2
  • Loading branch information
tabish121 committed Nov 12, 2024
1 parent bda0494 commit 2859583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>

<!-- Test dependency versions -->
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<junit.vintage.version>5.11.0</junit.vintage.version>
<mockito.version>5.13.0</mockito.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<junit.vintage.version>5.11.3</junit.vintage.version>
<mockito.version>5.14.2</mockito.version>
<proton.version>0.34.1</proton.version>
<slf4j.version>1.7.36</slf4j.version>
<hamcrest.version>3.0</hamcrest.version>
Expand Down

0 comments on commit 2859583

Please sign in to comment.