Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 7e026d8

Browse files
Update dependency org.mockito:mockito-core to v5
1 parent c6cb917 commit 7e026d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<modelVersion>4.0.0</modelVersion>
1313
<packaging>jar</packaging>
1414
<artifactId>vality-http-client</artifactId>
15-
<version>0.0.3</version>
15+
<version>0.1.0</version>
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.mockito</groupId>
6565
<artifactId>mockito-core</artifactId>
66-
<version>4.5.1</version>
66+
<version>5.7.0</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>

0 commit comments

Comments
 (0)