We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1520e commit 29e52c2Copy full SHA for 29e52c2
1 file changed
pom.xml
@@ -536,6 +536,12 @@
536
<profiles>
537
<profile>
538
<id>release</id>
539
+ <!-- TODO: Revert once 5.19.1 is stable released. -->
540
+ <!-- https://github.com/aws-powertools/powertools-lambda-java/issues/2079 -->
541
+ <properties>
542
+ <mockito.version>5.19.0</mockito.version>
543
+ <mockito-junit-jupiter.version>5.19.0</mockito-junit-jupiter.version>
544
+ </properties>
545
<build>
546
<plugins>
547
<plugin>
@@ -637,6 +643,7 @@
637
643
</plugins>
638
644
</build>
639
645
</profile>
646
+
640
647
</profiles>
641
648
642
649
</project>
0 commit comments