Skip to content

Commit 8ee138e

Browse files
committed
Upgrade to Mockk 1.12.8.
See #1888
1 parent 381714d commit 8ee138e

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
@@ -118,7 +117,7 @@
118117
<logback>1.2.5</logback>
119118
<lombok>1.18.20</lombok>
120119
<mockito>4.4.0</mockito>
121-
<mockk>1.12.4</mockk>
120+
<mockk>1.12.8</mockk>
122121
<querydsl>5.0.0</querydsl>
123122
<reactor>2020.0.26-SNAPSHOT</reactor>
124123
<rxjava>1.3.8</rxjava>
@@ -1353,4 +1352,4 @@
13531352
</pluginRepository>
13541353
</pluginRepositories>
13551354

1356-
</project>
1355+
</project>

0 commit comments

Comments
 (0)