Update dependency org.slf4j:slf4j-api to v2

This commit is contained in:
renovate[bot] 2024-08-11 08:56:29 +00:00 committed by GitHub
parent 82091426c8
commit 491e562a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>db-common-lib</artifactId> <artifactId>db-common-lib</artifactId>
<version>0.0.1</version> <version>0.1.0</version>
<name>db-common-lib</name> <name>db-common-lib</name>
<description>Abstract dao and row mappers</description> <description>Abstract dao and row mappers</description>
@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.25</version> <version>2.0.16</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>