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

Commit 9dc429f

Browse files
Update dependency org.slf4j:slf4j-api to v2
1 parent c6cb917 commit 9dc429f

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>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.slf4j</groupId>
2525
<artifactId>slf4j-api</artifactId>
26-
<version>1.7.36</version>
26+
<version>2.0.13</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)