Skip to content

Commit 491c20c

Browse files
committed
Upgrade to Mockito 5.18.0.
See #2608
1 parent ecab2a3 commit 491c20c

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" standalone="no"?>
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
@@ -126,7 +125,7 @@
126125
<microbenchmark>0.6.0.RELEASE</microbenchmark>
127126
<micrometer>1.15.2</micrometer>
128127
<micrometer-tracing>1.5.2</micrometer-tracing>
129-
<mockito>5.17.0</mockito>
128+
<mockito>5.18.0</mockito>
130129
<mockk>1.14.2</mockk>
131130
<nullaway>0.12.4</nullaway>
132131
<querydsl>5.1.0</querydsl>
@@ -1613,4 +1612,4 @@
16131612
</repository>
16141613
</repositories>
16151614

1616-
</project>
1615+
</project>

0 commit comments

Comments
 (0)