Skip to content

Commit 29e52c2

Browse files
authored
chore(ci): Do not use Mockito SNAPSHOT version for release. (#2137)
1 parent 4c1520e commit 29e52c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,12 @@
536536
<profiles>
537537
<profile>
538538
<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>
539545
<build>
540546
<plugins>
541547
<plugin>
@@ -637,6 +643,7 @@
637643
</plugins>
638644
</build>
639645
</profile>
646+
640647
</profiles>
641648

642649
</project>

0 commit comments

Comments
 (0)