Skip to content

Commit 5313b40

Browse files
committed
Upgrade to Mockito 5.20.0.
See #2692
1 parent 63e7465 commit 5313b40

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -127,7 +126,7 @@
127126
<microbenchmark>1.0.0</microbenchmark>
128127
<micrometer>1.16.0-RC1</micrometer>
129128
<micrometer-tracing>1.6.0-RC1</micrometer-tracing>
130-
<mockito>5.19.0</mockito>
129+
<mockito>5.20.0</mockito>
131130
<mockk>1.14.5</mockk>
132131
<nullaway>0.12.4</nullaway>
133132
<querydsl>5.1.0</querydsl>
@@ -1692,4 +1691,4 @@
16921691
</repository>
16931692
</repositories>
16941693

1695-
</project>
1694+
</project>

0 commit comments

Comments
 (0)