Skip to content

Commit b00f73f

Browse files
mp911degregturn
authored andcommitted
Upgrade to Mockito 5.2.0.
See #1947
1 parent af97d52 commit b00f73f

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
<lombok>1.18.20</lombok>
123122
<micrometer>1.10.5</micrometer>
124123
<micrometer-tracing>1.0.3</micrometer-tracing>
125-
<mockito>4.8.1</mockito>
124+
<mockito>5.2.0</mockito>
126125
<mockk>1.13.4</mockk>
127126
<querydsl>5.0.0</querydsl>
128127
<reactor>2022.0.5</reactor>
@@ -1357,4 +1356,4 @@
13571356
</pluginRepository>
13581357
</pluginRepositories>
13591358

1360-
</project>
1359+
</project>

0 commit comments

Comments
 (0)