Skip to content

Commit f277643

Browse files
committed
Upgrade to Mockk 1.13.3.
See #1879
1 parent 9c6ff8a commit f277643

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
@@ -123,7 +122,7 @@
123122
<micrometer>1.10.1</micrometer>
124123
<micrometer-tracing>1.0.0</micrometer-tracing>
125124
<mockito>4.8.1</mockito>
126-
<mockk>1.13.2</mockk>
125+
<mockk>1.13.3</mockk>
127126
<querydsl>5.0.0</querydsl>
128127
<reactor>2022.0.2-SNAPSHOT</reactor>
129128
<rxjava2>2.2.21</rxjava2>
@@ -1341,4 +1340,4 @@
13411340
</pluginRepository>
13421341
</pluginRepositories>
13431342

1344-
</project>
1343+
</project>

0 commit comments

Comments
 (0)