Skip to content

Commit ee52b74

Browse files
committed
Upgrade to Mockito 4.8.0.
See #1794
1 parent 8a4dacc commit ee52b74

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
@@ -122,7 +121,7 @@
122121
<micrometer>1.10.0-SNAPSHOT</micrometer>
123122
<micrometer-tracing>1.0.0-SNAPSHOT</micrometer-tracing>
124123
<micrometer-docs-generator>1.0.0-SNAPSHOT</micrometer-docs-generator>
125-
<mockito>4.6.1</mockito>
124+
<mockito>4.8.0</mockito>
126125
<mockk>1.12.4</mockk>
127126
<querydsl>5.0.0</querydsl>
128127
<reactor>2022.0.0-SNAPSHOT</reactor>
@@ -1402,4 +1401,4 @@
14021401
</pluginRepository>
14031402
</pluginRepositories>
14041403

1405-
</project>
1404+
</project>

0 commit comments

Comments
 (0)