1
mirror of https://github.com/CarmJos/EasySQL.git synced 2024-09-19 21:35:47 +00: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:
Carm Jos 2022-01-29 16:54:49 +08:00 committed by GitHub
commit e5f6d621e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.29</version>
<version>1.7.35</version>
<scope>compile</scope>
</dependency>