Skip to content

Commit 8f78bd2

Browse files
Update dependency org.mockito.kotlin:mockito-kotlin to v5 (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 038dce4 commit 8f78bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>dev.vality</groupId>
77
<artifactId>java-service-dependencies</artifactId>
8-
<version>1.0.25</version>
8+
<version>1.0.26</version>
99
<packaging>pom</packaging>
1010
<name>Vality parent</name>
1111
<description>Vality library parent pom</description>
@@ -47,7 +47,7 @@
4747
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
4848
<aws-msk-iam-auth.version>1.1.9</aws-msk-iam-auth.version>
4949
<kotlin-logging.version>3.0.5</kotlin-logging.version>
50-
<mockito-kotlin.version>4.1.0</mockito-kotlin.version>
50+
<mockito-kotlin.version>5.1.0</mockito-kotlin.version>
5151
</properties>
5252

5353
<dependencyManagement>

0 commit comments

Comments
 (0)