Upgrade Slf4j to 1.7.30 (#10712)

Motivation:
SLF4J 1.7.30 is the latest version in 1.7.x and we should upgrade to it from 1.7.21.

Modification:
Changed 1.7.21 to 1.7.30

Result:
Newer version of SLF4J
This commit is contained in:
Aayush Atharva 2020-10-26 17:33:12 +05:30 committed by GitHub
parent f5185ed73b
commit 321f0f0e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,7 +598,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>