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

Commit 5748867

Browse files
Update all non-major maven dependencies
1 parent c6cb917 commit 5748867

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 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.0.4</version>
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -29,17 +29,17 @@
2929
<dependency>
3030
<groupId>org.projectlombok</groupId>
3131
<artifactId>lombok</artifactId>
32-
<version>1.18.24</version>
32+
<version>1.18.32</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.micrometer</groupId>
3636
<artifactId>micrometer-core</artifactId>
37-
<version>1.9.0</version>
37+
<version>1.13.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.apache.httpcomponents</groupId>
4141
<artifactId>httpclient</artifactId>
42-
<version>4.5.13</version>
42+
<version>4.5.14</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.httpcomponents</groupId>
@@ -57,13 +57,13 @@
5757
<dependency>
5858
<groupId>org.assertj</groupId>
5959
<artifactId>assertj-core</artifactId>
60-
<version>3.22.0</version>
60+
<version>3.25.3</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.mockito</groupId>
6565
<artifactId>mockito-core</artifactId>
66-
<version>4.5.1</version>
66+
<version>4.11.0</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>

0 commit comments

Comments
 (0)