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 Norman Maurer
parent cf43b26321
commit 56c47e4361

View File

@ -537,7 +537,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>