Skip to content

Commit 4f4b7ee

Browse files
committed
Upgrade to Mockk 1.12.7.
See #1785
1 parent 15087bb commit 4f4b7ee

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
@@ -117,7 +116,7 @@
117116
<logback>1.2.5</logback>
118117
<lombok>1.18.20</lombok>
119118
<mockito>3.12.4</mockito>
120-
<mockk>1.12.4</mockk>
119+
<mockk>1.12.7</mockk>
121120
<querydsl>5.0.0</querydsl>
122121
<reactor>2020.0.21</reactor>
123122
<rxjava>1.3.8</rxjava>
@@ -1351,4 +1350,4 @@
13511350
</pluginRepository>
13521351
</pluginRepositories>
13531352

1354-
</project>
1353+
</project>

0 commit comments

Comments
 (0)