File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 114
114
<aws .sdk.v1.version>1.12.781</aws .sdk.v1.version>
115
115
<versions-maven-plugin .version>2.18.0</versions-maven-plugin .version>
116
116
<elastic .version>1.7.0</elastic .version>
117
- <mockito .version>5.19.1-SNAPSHOT </mockito .version>
118
- <mockito-junit-jupiter .version>5.19.1-SNAPSHOT </mockito-junit-jupiter .version>
117
+ <mockito .version>5.19.0 </mockito .version>
118
+ <mockito-junit-jupiter .version>5.19.0 </mockito-junit-jupiter .version>
119
119
<junit-pioneer .version>2.3.0</junit-pioneer .version>
120
120
<crac .version>1.5.0</crac .version>
121
121
643
643
</plugins >
644
644
</build >
645
645
</profile >
646
-
646
+ <profile >
647
+ <id >generate-graalvm-files</id >
648
+ <properties >
649
+ <mockito .version>5.19.1-SNAPSHOT</mockito .version>
650
+ <mockito-junit-jupiter .version>5.19.1-SNAPSHOT</mockito-junit-jupiter .version>
651
+ </properties >
652
+ </profile >
653
+ <profile >
654
+ <id >graalvm-native</id >
655
+ <properties >
656
+ <mockito .version>5.19.1-SNAPSHOT</mockito .version>
657
+ <mockito-junit-jupiter .version>5.19.1-SNAPSHOT</mockito-junit-jupiter .version>
658
+ </properties >
659
+ </profile >
660
+
647
661
</profiles >
648
662
649
663
</project >
You can’t perform that action at this time.
0 commit comments