File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 6565 <snappy-java .version>1.1.8.4</snappy-java .version>
6666 <junit .jupiter.version>5.9.2</junit .jupiter.version>
6767 <assertj .version>3.24.1</assertj .version>
68- <mockito .version>4.11 .0</mockito .version>
68+ <mockito .version>5.0 .0</mockito .version>
6969 <amqp-client .version>5.16.0</amqp-client .version>
7070 <commons-lang3 .version>3.12.0</commons-lang3 .version>
7171 <commons-codec .version>1.15</commons-codec .version>
775775 </repository >
776776 </distributionManagement >
777777 </profile >
778+ <profile >
779+ <id >mockito-4-on-java-8</id >
780+ <activation >
781+ <jdk >1.8</jdk >
782+ </activation >
783+ <properties >
784+ <mockito .version>4.11.0</mockito .version>
785+ </properties >
786+ </profile >
778787
779788 </profiles >
780789
You can’t perform that action at this time.
0 commit comments