Skip to content

Commit

Permalink
Revert mockito version to jdk8 compliant one
Browse files Browse the repository at this point in the history
Revert mockito version to jdk8 compliant one

#6
  • Loading branch information
smcvb committed Sep 13, 2023
1 parent fcae068 commit 7a3c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<log4j.version>2.13.0</log4j.version>

<junit.jupiter.version>5.10.0</junit.jupiter.version>
<mockito.version>5.5.0</mockito.version>
<mockito.version>4.11.0</mockito.version>

<projectreactor.version>3.5.10</projectreactor.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
Expand Down

0 comments on commit 7a3c16a

Please sign in to comment.