Upgrade SLF4J to 1.7.26 (WW-5023) (#337)

* Upgrade SLF4J to 1.7.26 (WW-5023)
This commit is contained in:
JCgH4164838Gh792C124B5
2019-03-11 03:48:09 -04:00
committed by Lukasz Lenart
parent d3eb1fc595
commit e82c5a207f
+2 -2
View File
@@ -1068,12 +1068,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.26</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<version>1.7.26</version>
</dependency>
<dependency>