1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-05 00:25:32 +08:00

Merge pull request #18 from CarmJos/dependabot/maven/org.slf4j-slf4j-api-1.7.35

Bump slf4j-api from 1.7.29 to 1.7.35
This commit is contained in:
2022-01-29 16:54:49 +08:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.29</version> <version>1.7.35</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>