Skip to content

Commit 283c4a3

Browse files
Update dependency org.slf4j:slf4j-api to v2
1 parent 8209142 commit 283c4a3

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
@@ -13,7 +13,7 @@
1313
<packaging>jar</packaging>
1414

1515
<artifactId>db-common-lib</artifactId>
16-
<version>0.0.1</version>
16+
<version>0.1.0</version>
1717

1818
<name>db-common-lib</name>
1919
<description>Abstract dao and row mappers</description>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.slf4j</groupId>
5050
<artifactId>slf4j-api</artifactId>
51-
<version>1.7.25</version>
51+
<version>2.0.17</version>
5252
</dependency>
5353
</dependencies>
5454
</dependencyManagement>

0 commit comments

Comments
 (0)